#C87062

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

Shades of Contessa #C87062

Tints of Contessa #C87062

Color information

#C87062 (or 0xC87062) is unknown color: approx Contessa. HEX triplet: C8, 70 and 62. RGB value is (200,112,98). Sum of RGB (Red+Green+Blue) = 200+112+98=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C87062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87062 is #378F9D. Grayscale: #888888. Windows color (decimal): -3641246 or 6451400. OLE color: 6451400.

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

Color convert

RGB20011298-
CMYK00.440.510.22
HSL8.24º48.11%58.43%-
HSV(B)8.24º51%78.43%-
XYZ31.8224.7514.66-
YUV136.72106.15173.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.78%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 98 (38.67% from 255) = 23.90%
R=48.78%
G=27.32%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001129800.440.510.228.2448.1158.43
HexC8706202C33168303a
Octal3101601420546326106072
Binary11001000111000011000100101100110011101101000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87062; }

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

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

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

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

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

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

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

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