#c86b63

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

Shades of Contessa #C86B63

Tints of Contessa #C86B63

Color information

#C86B63 (or 0xC86B63) is unknown color: approx Contessa. HEX triplet: C8, 6B and 63. RGB value is (200,107,99). Sum of RGB (Red+Green+Blue) = 200+107+99=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86B63 is #37949C. Grayscale: #868686. Windows color (decimal): -3642525 or 6515656. OLE color: 6515656.

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

Color convert

RGB20010799-
CMYK00.460.500.22
HSL4.75º47.87%58.63%-
HSV(B)4.75º50.5%78.43%-
XYZ31.3323.714.73-
YUV133.89108.31175.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 99 (39.06% from 255) = 24.38%
R=49.26%
G=26.35%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001079900.460.500.224.7547.8758.63
HexC86B6302E32165303b
Octal310153143056622656073
Binary1100100011010111100011010111011001010110101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86b63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86b63; }

 p { color: rgb(200,107,99); }

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

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

 a { background-color: rgb(200,107,99); }

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

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

 span { border-color: rgb(200,107,99); }

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