Shades of Contessa #C07561
Tints of Contessa #C07561
RGB
CMYK
RGB Variations
Color information
#C07561 (or 0xC07561) is known color: Contessa. HEX triplet: C0, 75 and 61. RGB value is (192,117,97). Sum of RGB (Red+Green+Blue) = 192+117+97=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C07561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07561 is #3F8A9E. Grayscale: #898989. Windows color (decimal): -4164255 or 6387136. OLE color: 6387136.
HSL color Cylindrical-coordinate representation of color #C07561: hue angle of 12.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07561 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 97 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.25 |
| HSL | 12.63º | 0.43% | 0.57% | - |
| HSV(B) | 12.63º | 0.49% | 0.75% | - |
| XYZ | 30.26 | 24.79 | 14.5 | - |
| YUV | 137.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 97 | 0 | 0.39 | 0.49 | 0.25 | 12.63 | 0.43 | 0.57 |
| Hex | C0 | 75 | 61 | 0 | 27 | 31 | 19 | D | 2B | 39 |
| Octal | 300 | 165 | 141 | 0 | 47 | 61 | 31 | 15 | 53 | 71 |
| Binary | 11000000 | 1110101 | 1100001 | 0 | 100111 | 110001 | 11001 | 1101 | 101011 | 111001 |
Color Harmonies of #C07561
Complementary color
Monochromatic Colors of #C07561
Black with #C07561
Text Example
Text Example
White with #C07561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07561; }
p { color: rgb(192,117,97); }
H1.HeaderClassName
{
color: #C07561;
}
.AnyTagClassName
{
color: #C07561;
}
</style>
background-color css
<style>
a { background-color: #C07561; }
a { background-color: rgb(192,117,97); }
div.DivClassName
{
background-color: #C07561;
}
.BgClassName
{
background-color: #C07561;
}
</style>
border-color css
<style>
span { border-color: #C07561; }
span { border-color: rgb(192,117,97); }
td.TdClassName
{
border-color: #C07561;
}
.TagClassName
{
border-color: #C07561;
}
</style>