Shades of Contessa #C87775
Tints of Contessa #C87775
RGB
CMYK
RGB Variations
Color information
#C87775 (or 0xC87775) is known color: Contessa. HEX triplet: C8, 77 and 75. RGB value is (200,119,117). Sum of RGB (Red+Green+Blue) = 200+119+117=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C87775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87775 is #37888A. Grayscale: #8F8F8F. Windows color (decimal): -3639435 or 7698376. OLE color: 7698376.
HSL color Cylindrical-coordinate representation of color #C87775: hue angle of 1.45º 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 #C87775 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 117 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.22 |
| HSL | 1.45º | 0.43% | 0.62% | - |
| HSV(B) | 1.45º | 0.42% | 0.78% | - |
| XYZ | 33.63 | 26.76 | 20.22 | - |
| YUV | 142.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 117 | 0 | 0.40 | 0.42 | 0.22 | 1.45 | 0.43 | 0.62 |
| Hex | C8 | 77 | 75 | 0 | 28 | 2A | 16 | 1 | 2B | 3E |
| Octal | 310 | 167 | 165 | 0 | 50 | 52 | 26 | 1 | 53 | 76 |
| Binary | 11001000 | 1110111 | 1110101 | 0 | 101000 | 101010 | 10110 | 1 | 101011 | 111110 |
Color Harmonies of #C87775
Complementary color
Monochromatic Colors of #C87775
Black with #C87775
Text Example
Text Example
White with #C87775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87775; }
p { color: rgb(200,119,117); }
H1.HeaderClassName
{
color: #C87775;
}
.AnyTagClassName
{
color: #C87775;
}
</style>
background-color css
<style>
a { background-color: #C87775; }
a { background-color: rgb(200,119,117); }
div.DivClassName
{
background-color: #C87775;
}
.BgClassName
{
background-color: #C87775;
}
</style>
border-color css
<style>
span { border-color: #C87775; }
span { border-color: rgb(200,119,117); }
td.TdClassName
{
border-color: #C87775;
}
.TagClassName
{
border-color: #C87775;
}
</style>