Shades of Contessa #C06C60
Tints of Contessa #C06C60
RGB
CMYK
RGB Variations
Color information
#C06C60 (or 0xC06C60) is known color: Contessa. HEX triplet: C0, 6C and 60. RGB value is (192,108,96). Sum of RGB (Red+Green+Blue) = 192+108+96=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C60 is #3F939F. Grayscale: #838383. Windows color (decimal): -4166560 or 6319296. OLE color: 6319296.
HSL color Cylindrical-coordinate representation of color #C06C60: hue angle of 7.5º 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 #C06C60 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 96 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.25 |
| HSL | 7.5º | 0.43% | 0.56% | - |
| HSV(B) | 7.5º | 0.5% | 0.75% | - |
| XYZ | 29.21 | 22.78 | 13.92 | - |
| YUV | 131.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 96 | 0 | 0.44 | 0.50 | 0.25 | 7.5 | 0.43 | 0.56 |
| Hex | C0 | 6C | 60 | 0 | 2C | 32 | 19 | 8 | 2B | 38 |
| Octal | 300 | 154 | 140 | 0 | 54 | 62 | 31 | 10 | 53 | 70 |
| Binary | 11000000 | 1101100 | 1100000 | 0 | 101100 | 110010 | 11001 | 1000 | 101011 | 111000 |
Color Harmonies of #C06C60
Complementary color
Monochromatic Colors of #C06C60
Black with #C06C60
Text Example
Text Example
White with #C06C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C60; }
p { color: rgb(192,108,96); }
H1.HeaderClassName
{
color: #C06C60;
}
.AnyTagClassName
{
color: #C06C60;
}
</style>
background-color css
<style>
a { background-color: #C06C60; }
a { background-color: rgb(192,108,96); }
div.DivClassName
{
background-color: #C06C60;
}
.BgClassName
{
background-color: #C06C60;
}
</style>
border-color css
<style>
span { border-color: #C06C60; }
span { border-color: rgb(192,108,96); }
td.TdClassName
{
border-color: #C06C60;
}
.TagClassName
{
border-color: #C06C60;
}
</style>