Shades of Contessa #C87C70
Tints of Contessa #C87C70
RGB
CMYK
RGB Variations
Color information
#C87C70 (or 0xC87C70) is known color: Contessa. HEX triplet: C8, 7C and 70. RGB value is (200,124,112). Sum of RGB (Red+Green+Blue) = 200+124+112=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87C70 is #37838F. Grayscale: #919191. Windows color (decimal): -3638160 or 7371976. OLE color: 7371976.
HSL color Cylindrical-coordinate representation of color #C87C70: hue angle of 8.18º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87C70 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 112 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.22 |
| HSL | 8.18º | 0.44% | 0.61% | - |
| HSV(B) | 8.18º | 0.44% | 0.78% | - |
| XYZ | 33.95 | 27.86 | 18.92 | - |
| YUV | 145.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 112 | 0 | 0.38 | 0.44 | 0.22 | 8.18 | 0.44 | 0.61 |
| Hex | C8 | 7C | 70 | 0 | 26 | 2C | 16 | 8 | 2C | 3D |
| Octal | 310 | 174 | 160 | 0 | 46 | 54 | 26 | 10 | 54 | 75 |
| Binary | 11001000 | 1111100 | 1110000 | 0 | 100110 | 101100 | 10110 | 1000 | 101100 | 111101 |
Color Harmonies of #C87C70
Complementary color
Monochromatic Colors of #C87C70
Black with #C87C70
Text Example
Text Example
White with #C87C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C70; }
p { color: rgb(200,124,112); }
H1.HeaderClassName
{
color: #C87C70;
}
.AnyTagClassName
{
color: #C87C70;
}
</style>
background-color css
<style>
a { background-color: #C87C70; }
a { background-color: rgb(200,124,112); }
div.DivClassName
{
background-color: #C87C70;
}
.BgClassName
{
background-color: #C87C70;
}
</style>
border-color css
<style>
span { border-color: #C87C70; }
span { border-color: rgb(200,124,112); }
td.TdClassName
{
border-color: #C87C70;
}
.TagClassName
{
border-color: #C87C70;
}
</style>