Shades of Contessa #C87874
Tints of Contessa #C87874
RGB
CMYK
RGB Variations
Color information
#C87874 (or 0xC87874) is known color: Contessa. HEX triplet: C8, 78 and 74. RGB value is (200,120,116). Sum of RGB (Red+Green+Blue) = 200+120+116=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C87874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87874 is #37878B. Grayscale: #8F8F8F. Windows color (decimal): -3639180 or 7633096. OLE color: 7633096.
HSL color Cylindrical-coordinate representation of color #C87874: hue angle of 2.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87874 is Cyan = 0, Magento = 0.4, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 116 | - |
| CMYK | 0 | 0.4 | 0.42 | 0.22 |
| HSL | 2.86º | 0.43% | 0.62% | - |
| HSV(B) | 2.86º | 0.42% | 0.78% | - |
| XYZ | 33.69 | 26.97 | 19.95 | - |
| YUV | 143.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 116 | 0 | 0.4 | 0.42 | 0.22 | 2.86 | 0.43 | 0.62 |
| Hex | C8 | 78 | 74 | 0 | 28 | 2A | 16 | 3 | 2B | 3E |
| Octal | 310 | 170 | 164 | 0 | 50 | 52 | 26 | 3 | 53 | 76 |
| Binary | 11001000 | 1111000 | 1110100 | 0 | 101000 | 101010 | 10110 | 11 | 101011 | 111110 |
Color Harmonies of #C87874
Complementary color
Monochromatic Colors of #C87874
Black with #C87874
Text Example
Text Example
White with #C87874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87874; }
p { color: rgb(200,120,116); }
H1.HeaderClassName
{
color: #C87874;
}
.AnyTagClassName
{
color: #C87874;
}
</style>
background-color css
<style>
a { background-color: #C87874; }
a { background-color: rgb(200,120,116); }
div.DivClassName
{
background-color: #C87874;
}
.BgClassName
{
background-color: #C87874;
}
</style>
border-color css
<style>
span { border-color: #C87874; }
span { border-color: rgb(200,120,116); }
td.TdClassName
{
border-color: #C87874;
}
.TagClassName
{
border-color: #C87874;
}
</style>