Shades of Contessa #C87868
Tints of Contessa #C87868
RGB
CMYK
RGB Variations
Color information
#C87868 (or 0xC87868) is known color: Contessa. HEX triplet: C8, 78 and 68. RGB value is (200,120,104). Sum of RGB (Red+Green+Blue) = 200+120+104=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C87868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87868 is #378797. Grayscale: #8E8E8E. Windows color (decimal): -3639192 or 6846664. OLE color: 6846664.
HSL color Cylindrical-coordinate representation of color #C87868: hue angle of 10º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C87868 is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 104 | - |
| CMYK | 0 | 0.4 | 0.48 | 0.22 |
| HSL | 10º | 0.47% | 0.6% | - |
| HSV(B) | 10º | 0.48% | 0.78% | - |
| XYZ | 33.03 | 26.71 | 16.51 | - |
| YUV | 142.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 104 | 0 | 0.4 | 0.48 | 0.22 | 10 | 0.47 | 0.6 |
| Hex | C8 | 78 | 68 | 0 | 28 | 30 | 16 | A | 2F | 3C |
| Octal | 310 | 170 | 150 | 0 | 50 | 60 | 26 | 12 | 57 | 74 |
| Binary | 11001000 | 1111000 | 1101000 | 0 | 101000 | 110000 | 10110 | 1010 | 101111 | 111100 |
Color Harmonies of #C87868
Complementary color
Monochromatic Colors of #C87868
Black with #C87868
Text Example
Text Example
White with #C87868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87868; }
p { color: rgb(200,120,104); }
H1.HeaderClassName
{
color: #C87868;
}
.AnyTagClassName
{
color: #C87868;
}
</style>
background-color css
<style>
a { background-color: #C87868; }
a { background-color: rgb(200,120,104); }
div.DivClassName
{
background-color: #C87868;
}
.BgClassName
{
background-color: #C87868;
}
</style>
border-color css
<style>
span { border-color: #C87868; }
span { border-color: rgb(200,120,104); }
td.TdClassName
{
border-color: #C87868;
}
.TagClassName
{
border-color: #C87868;
}
</style>