Shades of Contessa #C87474
Tints of Contessa #C87474
RGB
CMYK
RGB Variations
Color information
#C87474 (or 0xC87474) is known color: Contessa. HEX triplet: C8, 74 and 74. RGB value is (200,116,116). Sum of RGB (Red+Green+Blue) = 200+116+116=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C87474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87474 is #378B8B. Grayscale: #8D8D8D. Windows color (decimal): -3640204 or 7632072. OLE color: 7632072.
HSL color Cylindrical-coordinate representation of color #C87474: hue angle of 0º 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 #C87474 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 116 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.22 |
| HSL | 0º | 0.43% | 0.62% | - |
| HSV(B) | 0º | 0.42% | 0.78% | - |
| XYZ | 33.22 | 26.03 | 19.8 | - |
| YUV | 141.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 116 | 0 | 0.42 | 0.42 | 0.22 | 0 | 0.43 | 0.62 |
| Hex | C8 | 74 | 74 | 0 | 2A | 2A | 16 | 0 | 2B | 3E |
| Octal | 310 | 164 | 164 | 0 | 52 | 52 | 26 | 0 | 53 | 76 |
| Binary | 11001000 | 1110100 | 1110100 | 0 | 101010 | 101010 | 10110 | 0 | 101011 | 111110 |
Color Harmonies of #C87474
Complementary color
Monochromatic Colors of #C87474
Black with #C87474
Text Example
Text Example
White with #C87474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87474; }
p { color: rgb(200,116,116); }
H1.HeaderClassName
{
color: #C87474;
}
.AnyTagClassName
{
color: #C87474;
}
</style>
background-color css
<style>
a { background-color: #C87474; }
a { background-color: rgb(200,116,116); }
div.DivClassName
{
background-color: #C87474;
}
.BgClassName
{
background-color: #C87474;
}
</style>
border-color css
<style>
span { border-color: #C87474; }
span { border-color: rgb(200,116,116); }
td.TdClassName
{
border-color: #C87474;
}
.TagClassName
{
border-color: #C87474;
}
</style>