#C8465B

Color #C8465B Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C8465B

Tints of Mandy #C8465B

Color information

#C8465B (or 0xC8465B) is unknown color: approx Mandy. HEX triplet: C8, 46 and 5B. RGB value is (200,70,91). Sum of RGB (Red+Green+Blue) = 200+70+91=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8465B is #37B9A4. Grayscale: #6F6F6F. Windows color (decimal): -3652005 or 5981896. OLE color: 5981896.

HSL color Cylindrical-coordinate representation of color #C8465B: hue angle of 350.31º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8465B is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB2007091-
CMYK00.650.540.22
HSL350.31º54.17%52.94%-
HSV(B)350.31º65%78.43%-
XYZ27.917.4211.79-
YUV111.26116.57191.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 55.40%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 91 (35.94% from 255) = 25.21%
R=55.40%
G=19.39%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200709100.650.540.22350.3154.1752.94
HexC8465B041361615e3635
Octal310106133010166265366665
Binary11001000100011010110110100000111011010110101011110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8465B; }

 p { color: rgb(200,70,91); }

 H1.HeaderClassName
 {
   color: #C8465B;
 }
 .AnyTagClassName
 {
   color: #C8465B;
 }
</style>
background-color css

<style>
 a { background-color: #C8465B; }

 a { background-color: rgb(200,70,91); }

 div.DivClassName
 {
   background-color: #C8465B;
 }
 .BgClassName
 {
   background-color: #C8465B;
 }
</style>
border-color css

<style>
 span { border-color: #C8465B; }

 span { border-color: rgb(200,70,91); }

 td.TdClassName
 {
   border-color: #C8465B;
 }
 .TagClassName
 {
   border-color: #C8465B;
 }
</style>