Shades of Contessa #C07A75
Tints of Contessa #C07A75
RGB
CMYK
RGB Variations
Color information
#C07A75 (or 0xC07A75) is known color: Contessa. HEX triplet: C0, 7A and 75. RGB value is (192,122,117). Sum of RGB (Red+Green+Blue) = 192+122+117=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A75 is #3F858A. Grayscale: #8E8E8E. Windows color (decimal): -4162955 or 7699136. OLE color: 7699136.
HSL color Cylindrical-coordinate representation of color #C07A75: hue angle of 4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07A75 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 117 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.25 |
| HSL | 4º | 0.37% | 0.61% | - |
| HSV(B) | 4º | 0.39% | 0.75% | - |
| XYZ | 31.91 | 26.41 | 20.25 | - |
| YUV | 142.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 117 | 0 | 0.36 | 0.39 | 0.25 | 4 | 0.37 | 0.61 |
| Hex | C0 | 7A | 75 | 0 | 24 | 27 | 19 | 4 | 25 | 3D |
| Octal | 300 | 172 | 165 | 0 | 44 | 47 | 31 | 4 | 45 | 75 |
| Binary | 11000000 | 1111010 | 1110101 | 0 | 100100 | 100111 | 11001 | 100 | 100101 | 111101 |
Color Harmonies of #C07A75
Complementary color
Monochromatic Colors of #C07A75
Black with #C07A75
Text Example
Text Example
White with #C07A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A75; }
p { color: rgb(192,122,117); }
H1.HeaderClassName
{
color: #C07A75;
}
.AnyTagClassName
{
color: #C07A75;
}
</style>
background-color css
<style>
a { background-color: #C07A75; }
a { background-color: rgb(192,122,117); }
div.DivClassName
{
background-color: #C07A75;
}
.BgClassName
{
background-color: #C07A75;
}
</style>
border-color css
<style>
span { border-color: #C07A75; }
span { border-color: rgb(192,122,117); }
td.TdClassName
{
border-color: #C07A75;
}
.TagClassName
{
border-color: #C07A75;
}
</style>