Shades of Contessa #C87973
Tints of Contessa #C87973
RGB
CMYK
RGB Variations
Color information
#C87973 (or 0xC87973) is known color: Contessa. HEX triplet: C8, 79 and 73. RGB value is (200,121,115). Sum of RGB (Red+Green+Blue) = 200+121+115=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C87973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87973 is #37868C. Grayscale: #909090. Windows color (decimal): -3638925 or 7567816. OLE color: 7567816.
HSL color Cylindrical-coordinate representation of color #C87973: hue angle of 4.24º 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 #C87973 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 115 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.22 |
| HSL | 4.24º | 0.44% | 0.62% | - |
| HSV(B) | 4.24º | 0.43% | 0.78% | - |
| XYZ | 33.75 | 27.19 | 19.69 | - |
| YUV | 143.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 115 | 0 | 0.39 | 0.42 | 0.22 | 4.24 | 0.44 | 0.62 |
| Hex | C8 | 79 | 73 | 0 | 27 | 2A | 16 | 4 | 2C | 3E |
| Octal | 310 | 171 | 163 | 0 | 47 | 52 | 26 | 4 | 54 | 76 |
| Binary | 11001000 | 1111001 | 1110011 | 0 | 100111 | 101010 | 10110 | 100 | 101100 | 111110 |
Color Harmonies of #C87973
Complementary color
Monochromatic Colors of #C87973
Black with #C87973
Text Example
Text Example
White with #C87973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87973; }
p { color: rgb(200,121,115); }
H1.HeaderClassName
{
color: #C87973;
}
.AnyTagClassName
{
color: #C87973;
}
</style>
background-color css
<style>
a { background-color: #C87973; }
a { background-color: rgb(200,121,115); }
div.DivClassName
{
background-color: #C87973;
}
.BgClassName
{
background-color: #C87973;
}
</style>
border-color css
<style>
span { border-color: #C87973; }
span { border-color: rgb(200,121,115); }
td.TdClassName
{
border-color: #C87973;
}
.TagClassName
{
border-color: #C87973;
}
</style>