Shades of Contessa #C87768
Tints of Contessa #C87768
RGB
CMYK
RGB Variations
Color information
#C87768 (or 0xC87768) is known color: Contessa. HEX triplet: C8, 77 and 68. RGB value is (200,119,104). Sum of RGB (Red+Green+Blue) = 200+119+104=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C87768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87768 is #378897. Grayscale: #8D8D8D. Windows color (decimal): -3639448 or 6846408. OLE color: 6846408.
HSL color Cylindrical-coordinate representation of color #C87768: hue angle of 9.38º 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 #C87768 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 104 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.22 |
| HSL | 9.38º | 0.47% | 0.6% | - |
| HSV(B) | 9.38º | 0.48% | 0.78% | - |
| XYZ | 32.91 | 26.47 | 16.47 | - |
| YUV | 141.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 104 | 0 | 0.40 | 0.48 | 0.22 | 9.38 | 0.47 | 0.6 |
| Hex | C8 | 77 | 68 | 0 | 28 | 30 | 16 | 9 | 2F | 3C |
| Octal | 310 | 167 | 150 | 0 | 50 | 60 | 26 | 11 | 57 | 74 |
| Binary | 11001000 | 1110111 | 1101000 | 0 | 101000 | 110000 | 10110 | 1001 | 101111 | 111100 |
Color Harmonies of #C87768
Complementary color
Monochromatic Colors of #C87768
Black with #C87768
Text Example
Text Example
White with #C87768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87768; }
p { color: rgb(200,119,104); }
H1.HeaderClassName
{
color: #C87768;
}
.AnyTagClassName
{
color: #C87768;
}
</style>
background-color css
<style>
a { background-color: #C87768; }
a { background-color: rgb(200,119,104); }
div.DivClassName
{
background-color: #C87768;
}
.BgClassName
{
background-color: #C87768;
}
</style>
border-color css
<style>
span { border-color: #C87768; }
span { border-color: rgb(200,119,104); }
td.TdClassName
{
border-color: #C87768;
}
.TagClassName
{
border-color: #C87768;
}
</style>