Shades of Contessa #C87969
Tints of Contessa #C87969
RGB
CMYK
RGB Variations
Color information
#C87969 (or 0xC87969) is known color: Contessa. HEX triplet: C8, 79 and 69. RGB value is (200,121,105). Sum of RGB (Red+Green+Blue) = 200+121+105=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C87969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87969 is #378696. Grayscale: #8E8E8E. Windows color (decimal): -3638935 or 6912456. OLE color: 6912456.
HSL color Cylindrical-coordinate representation of color #C87969: hue angle of 10.11º degrees, saturation: 0.46, 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 #C87969 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 105 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.22 |
| HSL | 10.11º | 0.46% | 0.6% | - |
| HSV(B) | 10.11º | 0.48% | 0.78% | - |
| XYZ | 33.21 | 26.97 | 16.82 | - |
| YUV | 142.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 105 | 0 | 0.39 | 0.48 | 0.22 | 10.11 | 0.46 | 0.6 |
| Hex | C8 | 79 | 69 | 0 | 27 | 30 | 16 | A | 2E | 3C |
| Octal | 310 | 171 | 151 | 0 | 47 | 60 | 26 | 12 | 56 | 74 |
| Binary | 11001000 | 1111001 | 1101001 | 0 | 100111 | 110000 | 10110 | 1010 | 101110 | 111100 |
Color Harmonies of #C87969
Complementary color
Monochromatic Colors of #C87969
Black with #C87969
Text Example
Text Example
White with #C87969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87969; }
p { color: rgb(200,121,105); }
H1.HeaderClassName
{
color: #C87969;
}
.AnyTagClassName
{
color: #C87969;
}
</style>
background-color css
<style>
a { background-color: #C87969; }
a { background-color: rgb(200,121,105); }
div.DivClassName
{
background-color: #C87969;
}
.BgClassName
{
background-color: #C87969;
}
</style>
border-color css
<style>
span { border-color: #C87969; }
span { border-color: rgb(200,121,105); }
td.TdClassName
{
border-color: #C87969;
}
.TagClassName
{
border-color: #C87969;
}
</style>