Shades of Contessa #C77978
Tints of Contessa #C77978
RGB
CMYK
RGB Variations
Color information
#C77978 (or 0xC77978) is known color: Contessa. HEX triplet: C7, 79 and 78. RGB value is (199,121,120). Sum of RGB (Red+Green+Blue) = 199+121+120=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C77978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77978 is #388687. Grayscale: #909090. Windows color (decimal): -3704456 or 7895495. OLE color: 7895495.
HSL color Cylindrical-coordinate representation of color #C77978: hue angle of 0.76º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77978 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 120 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.22 |
| HSL | 0.76º | 0.41% | 0.63% | - |
| HSV(B) | 0.76º | 0.4% | 0.78% | - |
| XYZ | 33.78 | 27.17 | 21.23 | - |
| YUV | 144.21 | 114.34 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 120 | 0 | 0.39 | 0.40 | 0.22 | 0.76 | 0.41 | 0.63 |
| Hex | C7 | 79 | 78 | 0 | 27 | 28 | 16 | 1 | 29 | 3F |
| Octal | 307 | 171 | 170 | 0 | 47 | 50 | 26 | 1 | 51 | 77 |
| Binary | 11000111 | 1111001 | 1111000 | 0 | 100111 | 101000 | 10110 | 1 | 101001 | 111111 |
Color Harmonies of #C77978
Complementary color
Monochromatic Colors of #C77978
Black with #C77978
Text Example
Text Example
White with #C77978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77978; }
p { color: rgb(199,121,120); }
H1.HeaderClassName
{
color: #C77978;
}
.AnyTagClassName
{
color: #C77978;
}
</style>
background-color css
<style>
a { background-color: #C77978; }
a { background-color: rgb(199,121,120); }
div.DivClassName
{
background-color: #C77978;
}
.BgClassName
{
background-color: #C77978;
}
</style>
border-color css
<style>
span { border-color: #C77978; }
span { border-color: rgb(199,121,120); }
td.TdClassName
{
border-color: #C77978;
}
.TagClassName
{
border-color: #C77978;
}
</style>