Shades of Contessa #C87062
Tints of Contessa #C87062
RGB
CMYK
RGB Variations
Color information
#C87062 (or 0xC87062) is known color: 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
| RGB | 200 | 112 | 98 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.22 |
| HSL | 8.24º | 0.48% | 0.58% | - |
| HSV(B) | 8.24º | 0.51% | 0.78% | - |
| XYZ | 31.82 | 24.75 | 14.66 | - |
| YUV | 136.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 98 | 0 | 0.44 | 0.51 | 0.22 | 8.24 | 0.48 | 0.58 |
| Hex | C8 | 70 | 62 | 0 | 2C | 33 | 16 | 8 | 30 | 3A |
| Octal | 310 | 160 | 142 | 0 | 54 | 63 | 26 | 10 | 60 | 72 |
| Binary | 11001000 | 1110000 | 1100010 | 0 | 101100 | 110011 | 10110 | 1000 | 110000 | 111010 |
Color Harmonies of #C87062
Complementary color
Monochromatic Colors of #C87062
Black with #C87062
Text Example
Text Example
White with #C87062
Text Example
Text Example
HTML Codes & Css Web 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>