Shades of Contessa #C27972
Tints of Contessa #C27972
RGB
CMYK
RGB Variations
Color information
#C27972 (or 0xC27972) is known color: Contessa. HEX triplet: C2, 79 and 72. RGB value is (194,121,114). Sum of RGB (Red+Green+Blue) = 194+121+114=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C27972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27972 is #3D868D. Grayscale: #8E8E8E. Windows color (decimal): -4032142 or 7502274. OLE color: 7502274.
HSL color Cylindrical-coordinate representation of color #C27972: hue angle of 5.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27972 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 114 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.24 |
| HSL | 5.25º | 0.4% | 0.6% | - |
| HSV(B) | 5.25º | 0.41% | 0.76% | - |
| XYZ | 32.12 | 26.36 | 19.31 | - |
| YUV | 142.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 114 | 0 | 0.38 | 0.41 | 0.24 | 5.25 | 0.4 | 0.6 |
| Hex | C2 | 79 | 72 | 0 | 26 | 29 | 18 | 5 | 28 | 3C |
| Octal | 302 | 171 | 162 | 0 | 46 | 51 | 30 | 5 | 50 | 74 |
| Binary | 11000010 | 1111001 | 1110010 | 0 | 100110 | 101001 | 11000 | 101 | 101000 | 111100 |
Color Harmonies of #C27972
Complementary color
Monochromatic Colors of #C27972
Black with #C27972
Text Example
Text Example
White with #C27972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27972; }
p { color: rgb(194,121,114); }
H1.HeaderClassName
{
color: #C27972;
}
.AnyTagClassName
{
color: #C27972;
}
</style>
background-color css
<style>
a { background-color: #C27972; }
a { background-color: rgb(194,121,114); }
div.DivClassName
{
background-color: #C27972;
}
.BgClassName
{
background-color: #C27972;
}
</style>
border-color css
<style>
span { border-color: #C27972; }
span { border-color: rgb(194,121,114); }
td.TdClassName
{
border-color: #C27972;
}
.TagClassName
{
border-color: #C27972;
}
</style>