Shades of Contessa #C07977
Tints of Contessa #C07977
RGB
CMYK
RGB Variations
Color information
#C07977 (or 0xC07977) is known color: Contessa. HEX triplet: C0, 79 and 77. RGB value is (192,121,119). Sum of RGB (Red+Green+Blue) = 192+121+119=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C07977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07977 is #3F8688. Grayscale: #8E8E8E. Windows color (decimal): -4163209 or 7829952. OLE color: 7829952.
HSL color Cylindrical-coordinate representation of color #C07977: hue angle of 1.64º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07977 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 119 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.25 |
| HSL | 1.64º | 0.37% | 0.61% | - |
| HSV(B) | 1.64º | 0.38% | 0.75% | - |
| XYZ | 31.91 | 26.21 | 20.83 | - |
| YUV | 142 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 119 | 0 | 0.37 | 0.38 | 0.25 | 1.64 | 0.37 | 0.61 |
| Hex | C0 | 79 | 77 | 0 | 25 | 26 | 19 | 2 | 25 | 3D |
| Octal | 300 | 171 | 167 | 0 | 45 | 46 | 31 | 2 | 45 | 75 |
| Binary | 11000000 | 1111001 | 1110111 | 0 | 100101 | 100110 | 11001 | 10 | 100101 | 111101 |
Color Harmonies of #C07977
Complementary color
Monochromatic Colors of #C07977
Black with #C07977
Text Example
Text Example
White with #C07977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07977; }
p { color: rgb(192,121,119); }
H1.HeaderClassName
{
color: #C07977;
}
.AnyTagClassName
{
color: #C07977;
}
</style>
background-color css
<style>
a { background-color: #C07977; }
a { background-color: rgb(192,121,119); }
div.DivClassName
{
background-color: #C07977;
}
.BgClassName
{
background-color: #C07977;
}
</style>
border-color css
<style>
span { border-color: #C07977; }
span { border-color: rgb(192,121,119); }
td.TdClassName
{
border-color: #C07977;
}
.TagClassName
{
border-color: #C07977;
}
</style>