Shades of Contessa #C06F60
Tints of Contessa #C06F60
RGB
CMYK
RGB Variations
Color information
#C06F60 (or 0xC06F60) is known color: Contessa. HEX triplet: C0, 6F and 60. RGB value is (192,111,96). Sum of RGB (Red+Green+Blue) = 192+111+96=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F60 is #3F909F. Grayscale: #858585. Windows color (decimal): -4165792 or 6320064. OLE color: 6320064.
HSL color Cylindrical-coordinate representation of color #C06F60: hue angle of 9.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06F60 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 96 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.25 |
| HSL | 9.38º | 0.43% | 0.56% | - |
| HSV(B) | 9.38º | 0.5% | 0.75% | - |
| XYZ | 29.53 | 23.42 | 14.03 | - |
| YUV | 133.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 96 | 0 | 0.42 | 0.50 | 0.25 | 9.38 | 0.43 | 0.56 |
| Hex | C0 | 6F | 60 | 0 | 2A | 32 | 19 | 9 | 2B | 38 |
| Octal | 300 | 157 | 140 | 0 | 52 | 62 | 31 | 11 | 53 | 70 |
| Binary | 11000000 | 1101111 | 1100000 | 0 | 101010 | 110010 | 11001 | 1001 | 101011 | 111000 |
Color Harmonies of #C06F60
Complementary color
Monochromatic Colors of #C06F60
Black with #C06F60
Text Example
Text Example
White with #C06F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F60; }
p { color: rgb(192,111,96); }
H1.HeaderClassName
{
color: #C06F60;
}
.AnyTagClassName
{
color: #C06F60;
}
</style>
background-color css
<style>
a { background-color: #C06F60; }
a { background-color: rgb(192,111,96); }
div.DivClassName
{
background-color: #C06F60;
}
.BgClassName
{
background-color: #C06F60;
}
</style>
border-color css
<style>
span { border-color: #C06F60; }
span { border-color: rgb(192,111,96); }
td.TdClassName
{
border-color: #C06F60;
}
.TagClassName
{
border-color: #C06F60;
}
</style>