#C86762

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

Shades of Contessa #C86762

Tints of Contessa #C86762

Color information

#C86762 (or 0xC86762) is unknown color: approx Contessa. HEX triplet: C8, 67 and 62. RGB value is (200,103,98). Sum of RGB (Red+Green+Blue) = 200+103+98=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C86762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86762 is #37989D. Grayscale: #838383. Windows color (decimal): -3643550 or 6449096. OLE color: 6449096.

HSL color Cylindrical-coordinate representation of color #C86762: hue angle of 2.94º 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 #C86762 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB20010398-
CMYK00.480.510.22
HSL2.94º48.11%58.43%-
HSV(B)2.94º51%78.43%-
XYZ30.8722.8614.34-
YUV131.43109.14176.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.88%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 98 (38.67% from 255) = 24.44%
R=49.88%
G=25.69%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001039800.480.510.222.9448.1158.43
HexC8676203033163303a
Octal310147142060632636072
Binary110010001100111110001001100001100111011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86762; }

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

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

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

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

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

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

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

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