Shades of Contessa #C87B72
Tints of Contessa #C87B72
RGB
CMYK
RGB Variations
Color information
#C87B72 (or 0xC87B72) is known color: Contessa. HEX triplet: C8, 7B and 72. RGB value is (200,123,114). Sum of RGB (Red+Green+Blue) = 200+123+114=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87B72 is #37848D. Grayscale: #919191. Windows color (decimal): -3638414 or 7502792. OLE color: 7502792.
HSL color Cylindrical-coordinate representation of color #C87B72: hue angle of 6.28º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87B72 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 114 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.22 |
| HSL | 6.28º | 0.44% | 0.62% | - |
| HSV(B) | 6.28º | 0.43% | 0.78% | - |
| XYZ | 33.94 | 27.66 | 19.47 | - |
| YUV | 145 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 114 | 0 | 0.38 | 0.43 | 0.22 | 6.28 | 0.44 | 0.62 |
| Hex | C8 | 7B | 72 | 0 | 26 | 2B | 16 | 6 | 2C | 3E |
| Octal | 310 | 173 | 162 | 0 | 46 | 53 | 26 | 6 | 54 | 76 |
| Binary | 11001000 | 1111011 | 1110010 | 0 | 100110 | 101011 | 10110 | 110 | 101100 | 111110 |
Color Harmonies of #C87B72
Complementary color
Monochromatic Colors of #C87B72
Black with #C87B72
Text Example
Text Example
White with #C87B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B72; }
p { color: rgb(200,123,114); }
H1.HeaderClassName
{
color: #C87B72;
}
.AnyTagClassName
{
color: #C87B72;
}
</style>
background-color css
<style>
a { background-color: #C87B72; }
a { background-color: rgb(200,123,114); }
div.DivClassName
{
background-color: #C87B72;
}
.BgClassName
{
background-color: #C87B72;
}
</style>
border-color css
<style>
span { border-color: #C87B72; }
span { border-color: rgb(200,123,114); }
td.TdClassName
{
border-color: #C87B72;
}
.TagClassName
{
border-color: #C87B72;
}
</style>