Shades of Contessa #C06C5F
Tints of Contessa #C06C5F
RGB
CMYK
RGB Variations
Color information
#C06C5F (or 0xC06C5F) is known color: Contessa. HEX triplet: C0, 6C and 5F. RGB value is (192,108,95). Sum of RGB (Red+Green+Blue) = 192+108+95=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C5F is #3F93A0. Grayscale: #838383. Windows color (decimal): -4166561 or 6253760. OLE color: 6253760.
HSL color Cylindrical-coordinate representation of color #C06C5F: hue angle of 8.04º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06C5F is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 95 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.25 |
| HSL | 8.04º | 0.43% | 0.56% | - |
| HSV(B) | 8.04º | 0.51% | 0.75% | - |
| XYZ | 29.17 | 22.76 | 13.68 | - |
| YUV | 131.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 95 | 0 | 0.44 | 0.51 | 0.25 | 8.04 | 0.43 | 0.56 |
| Hex | C0 | 6C | 5F | 0 | 2C | 33 | 19 | 8 | 2B | 38 |
| Octal | 300 | 154 | 137 | 0 | 54 | 63 | 31 | 10 | 53 | 70 |
| Binary | 11000000 | 1101100 | 1011111 | 0 | 101100 | 110011 | 11001 | 1000 | 101011 | 111000 |
Color Harmonies of #C06C5F
Complementary color
Monochromatic Colors of #C06C5F
Black with #C06C5F
Text Example
Text Example
White with #C06C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C5F; }
p { color: rgb(192,108,95); }
H1.HeaderClassName
{
color: #C06C5F;
}
.AnyTagClassName
{
color: #C06C5F;
}
</style>
background-color css
<style>
a { background-color: #C06C5F; }
a { background-color: rgb(192,108,95); }
div.DivClassName
{
background-color: #C06C5F;
}
.BgClassName
{
background-color: #C06C5F;
}
</style>
border-color css
<style>
span { border-color: #C06C5F; }
span { border-color: rgb(192,108,95); }
td.TdClassName
{
border-color: #C06C5F;
}
.TagClassName
{
border-color: #C06C5F;
}
</style>