Shades of Contessa #C07979
Tints of Contessa #C07979
RGB
CMYK
RGB Variations
Color information
#C07979 (or 0xC07979) is known color: Contessa. HEX triplet: C0, 79 and 79. RGB value is (192,121,121). Sum of RGB (Red+Green+Blue) = 192+121+121=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C07979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07979 is #3F8686. Grayscale: #8E8E8E. Windows color (decimal): -4163207 or 7961024. OLE color: 7961024.
HSL color Cylindrical-coordinate representation of color #C07979: hue angle of 0º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07979 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 121 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.25 |
| HSL | 0º | 0.36% | 0.61% | - |
| HSV(B) | 0º | 0.37% | 0.75% | - |
| XYZ | 32.03 | 26.26 | 21.47 | - |
| YUV | 142.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 121 | 0 | 0.37 | 0.37 | 0.25 | 0 | 0.36 | 0.61 |
| Hex | C0 | 79 | 79 | 0 | 25 | 25 | 19 | 0 | 24 | 3D |
| Octal | 300 | 171 | 171 | 0 | 45 | 45 | 31 | 0 | 44 | 75 |
| Binary | 11000000 | 1111001 | 1111001 | 0 | 100101 | 100101 | 11001 | 0 | 100100 | 111101 |
Color Harmonies of #C07979
Complementary color
Monochromatic Colors of #C07979
Black with #C07979
Text Example
Text Example
White with #C07979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07979; }
p { color: rgb(192,121,121); }
H1.HeaderClassName
{
color: #C07979;
}
.AnyTagClassName
{
color: #C07979;
}
</style>
background-color css
<style>
a { background-color: #C07979; }
a { background-color: rgb(192,121,121); }
div.DivClassName
{
background-color: #C07979;
}
.BgClassName
{
background-color: #C07979;
}
</style>
border-color css
<style>
span { border-color: #C07979; }
span { border-color: rgb(192,121,121); }
td.TdClassName
{
border-color: #C07979;
}
.TagClassName
{
border-color: #C07979;
}
</style>