Shades of Contessa #C07975
Tints of Contessa #C07975
RGB
CMYK
RGB Variations
Color information
#C07975 (or 0xC07975) is known color: Contessa. HEX triplet: C0, 79 and 75. RGB value is (192,121,117). Sum of RGB (Red+Green+Blue) = 192+121+117=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C07975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07975 is #3F868A. Grayscale: #8D8D8D. Windows color (decimal): -4163211 or 7698880. OLE color: 7698880.
HSL color Cylindrical-coordinate representation of color #C07975: hue angle of 3.2º 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 #C07975 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 117 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.25 |
| HSL | 3.2º | 0.37% | 0.61% | - |
| HSV(B) | 3.2º | 0.39% | 0.75% | - |
| XYZ | 31.79 | 26.17 | 20.2 | - |
| YUV | 141.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 117 | 0 | 0.37 | 0.39 | 0.25 | 3.2 | 0.37 | 0.61 |
| Hex | C0 | 79 | 75 | 0 | 25 | 27 | 19 | 3 | 25 | 3D |
| Octal | 300 | 171 | 165 | 0 | 45 | 47 | 31 | 3 | 45 | 75 |
| Binary | 11000000 | 1111001 | 1110101 | 0 | 100101 | 100111 | 11001 | 11 | 100101 | 111101 |
Color Harmonies of #C07975
Complementary color
Monochromatic Colors of #C07975
Black with #C07975
Text Example
Text Example
White with #C07975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07975; }
p { color: rgb(192,121,117); }
H1.HeaderClassName
{
color: #C07975;
}
.AnyTagClassName
{
color: #C07975;
}
</style>
background-color css
<style>
a { background-color: #C07975; }
a { background-color: rgb(192,121,117); }
div.DivClassName
{
background-color: #C07975;
}
.BgClassName
{
background-color: #C07975;
}
</style>
border-color css
<style>
span { border-color: #C07975; }
span { border-color: rgb(192,121,117); }
td.TdClassName
{
border-color: #C07975;
}
.TagClassName
{
border-color: #C07975;
}
</style>