#C86D62

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

Shades of Contessa #C86D62

Tints of Contessa #C86D62

Color information

#C86D62 (or 0xC86D62) is unknown color: approx Contessa. HEX triplet: C8, 6D and 62. RGB value is (200,109,98). Sum of RGB (Red+Green+Blue) = 200+109+98=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D62 is #37929D. Grayscale: #878787. Windows color (decimal): -3642014 or 6450632. OLE color: 6450632.

HSL color Cylindrical-coordinate representation of color #C86D62: hue angle of 6.47º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86D62 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB20010998-
CMYK00.460.510.22
HSL6.47º48.11%58.43%-
HSV(B)6.47º51%78.43%-
XYZ31.4924.114.55-
YUV134.95107.15174.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=49.14%
G=26.78%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001099800.460.510.226.4748.1158.43
HexC86D6202E33166303a
Octal310155142056632666072
Binary1100100011011011100010010111011001110110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D62; }

 p { color: rgb(200,109,98); }

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

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

 a { background-color: rgb(200,109,98); }

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

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

 span { border-color: rgb(200,109,98); }

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