Shades of Contessa #C27978
Tints of Contessa #C27978
RGB
CMYK
RGB Variations
Color information
#C27978 (or 0xC27978) is known color: Contessa. HEX triplet: C2, 79 and 78. RGB value is (194,121,120). Sum of RGB (Red+Green+Blue) = 194+121+120=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C27978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27978 is #3D8687. Grayscale: #8E8E8E. Windows color (decimal): -4032136 or 7895490. OLE color: 7895490.
HSL color Cylindrical-coordinate representation of color #C27978: hue angle of 0.81º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C27978 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 120 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.24 |
| HSL | 0.81º | 0.38% | 0.62% | - |
| HSV(B) | 0.81º | 0.38% | 0.76% | - |
| XYZ | 32.48 | 26.5 | 21.17 | - |
| YUV | 142.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 120 | 0 | 0.38 | 0.38 | 0.24 | 0.81 | 0.38 | 0.62 |
| Hex | C2 | 79 | 78 | 0 | 26 | 26 | 18 | 1 | 26 | 3E |
| Octal | 302 | 171 | 170 | 0 | 46 | 46 | 30 | 1 | 46 | 76 |
| Binary | 11000010 | 1111001 | 1111000 | 0 | 100110 | 100110 | 11000 | 1 | 100110 | 111110 |
Color Harmonies of #C27978
Complementary color
Monochromatic Colors of #C27978
Black with #C27978
Text Example
Text Example
White with #C27978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27978; }
p { color: rgb(194,121,120); }
H1.HeaderClassName
{
color: #C27978;
}
.AnyTagClassName
{
color: #C27978;
}
</style>
background-color css
<style>
a { background-color: #C27978; }
a { background-color: rgb(194,121,120); }
div.DivClassName
{
background-color: #C27978;
}
.BgClassName
{
background-color: #C27978;
}
</style>
border-color css
<style>
span { border-color: #C27978; }
span { border-color: rgb(194,121,120); }
td.TdClassName
{
border-color: #C27978;
}
.TagClassName
{
border-color: #C27978;
}
</style>