Shades of Contessa #C87373
Tints of Contessa #C87373
RGB
CMYK
RGB Variations
Color information
#C87373 (or 0xC87373) is known color: Contessa. HEX triplet: C8, 73 and 73. RGB value is (200,115,115). Sum of RGB (Red+Green+Blue) = 200+115+115=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C87373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87373 is #378C8C. Grayscale: #8C8C8C. Windows color (decimal): -3640461 or 7566280. OLE color: 7566280.
HSL color Cylindrical-coordinate representation of color #C87373: hue angle of 0º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87373 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 115 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.22 |
| HSL | 0º | 0.44% | 0.62% | - |
| HSV(B) | 0º | 0.43% | 0.78% | - |
| XYZ | 33.04 | 25.78 | 19.45 | - |
| YUV | 140.42 | 113.66 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 115 | 0 | 0.42 | 0.42 | 0.22 | 0 | 0.44 | 0.62 |
| Hex | C8 | 73 | 73 | 0 | 2A | 2A | 16 | 0 | 2C | 3E |
| Octal | 310 | 163 | 163 | 0 | 52 | 52 | 26 | 0 | 54 | 76 |
| Binary | 11001000 | 1110011 | 1110011 | 0 | 101010 | 101010 | 10110 | 0 | 101100 | 111110 |
Color Harmonies of #C87373
Complementary color
Monochromatic Colors of #C87373
Black with #C87373
Text Example
Text Example
White with #C87373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87373; }
p { color: rgb(200,115,115); }
H1.HeaderClassName
{
color: #C87373;
}
.AnyTagClassName
{
color: #C87373;
}
</style>
background-color css
<style>
a { background-color: #C87373; }
a { background-color: rgb(200,115,115); }
div.DivClassName
{
background-color: #C87373;
}
.BgClassName
{
background-color: #C87373;
}
</style>
border-color css
<style>
span { border-color: #C87373; }
span { border-color: rgb(200,115,115); }
td.TdClassName
{
border-color: #C87373;
}
.TagClassName
{
border-color: #C87373;
}
</style>