Shades of Contessa #C07A74
Tints of Contessa #C07A74
RGB
CMYK
RGB Variations
Color information
#C07A74 (or 0xC07A74) is known color: Contessa. HEX triplet: C0, 7A and 74. RGB value is (192,122,116). Sum of RGB (Red+Green+Blue) = 192+122+116=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A74 is #3F858B. Grayscale: #8E8E8E. Windows color (decimal): -4162956 or 7633600. OLE color: 7633600.
HSL color Cylindrical-coordinate representation of color #C07A74: hue angle of 4.74º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07A74 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 116 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.25 |
| HSL | 4.74º | 0.38% | 0.6% | - |
| HSV(B) | 4.74º | 0.4% | 0.75% | - |
| XYZ | 31.85 | 26.39 | 19.94 | - |
| YUV | 142.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 116 | 0 | 0.36 | 0.40 | 0.25 | 4.74 | 0.38 | 0.6 |
| Hex | C0 | 7A | 74 | 0 | 24 | 28 | 19 | 5 | 26 | 3C |
| Octal | 300 | 172 | 164 | 0 | 44 | 50 | 31 | 5 | 46 | 74 |
| Binary | 11000000 | 1111010 | 1110100 | 0 | 100100 | 101000 | 11001 | 101 | 100110 | 111100 |
Color Harmonies of #C07A74
Complementary color
Monochromatic Colors of #C07A74
Black with #C07A74
Text Example
Text Example
White with #C07A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A74; }
p { color: rgb(192,122,116); }
H1.HeaderClassName
{
color: #C07A74;
}
.AnyTagClassName
{
color: #C07A74;
}
</style>
background-color css
<style>
a { background-color: #C07A74; }
a { background-color: rgb(192,122,116); }
div.DivClassName
{
background-color: #C07A74;
}
.BgClassName
{
background-color: #C07A74;
}
</style>
border-color css
<style>
span { border-color: #C07A74; }
span { border-color: rgb(192,122,116); }
td.TdClassName
{
border-color: #C07A74;
}
.TagClassName
{
border-color: #C07A74;
}
</style>