Shades of Contessa #C06C6A
Tints of Contessa #C06C6A
RGB
CMYK
RGB Variations
Color information
#C06C6A (or 0xC06C6A) is known color: Contessa. HEX triplet: C0, 6C and 6A. RGB value is (192,108,106). Sum of RGB (Red+Green+Blue) = 192+108+106=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C6A is #3F9395. Grayscale: #848484. Windows color (decimal): -4166550 or 6974656. OLE color: 6974656.
HSL color Cylindrical-coordinate representation of color #C06C6A: hue angle of 1.4º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06C6A is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 106 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.25 |
| HSL | 1.4º | 0.41% | 0.58% | - |
| HSV(B) | 1.4º | 0.45% | 0.75% | - |
| XYZ | 29.7 | 22.97 | 16.5 | - |
| YUV | 132.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 106 | 0 | 0.44 | 0.45 | 0.25 | 1.4 | 0.41 | 0.58 |
| Hex | C0 | 6C | 6A | 0 | 2C | 2D | 19 | 1 | 29 | 3A |
| Octal | 300 | 154 | 152 | 0 | 54 | 55 | 31 | 1 | 51 | 72 |
| Binary | 11000000 | 1101100 | 1101010 | 0 | 101100 | 101101 | 11001 | 1 | 101001 | 111010 |
Color Harmonies of #C06C6A
Complementary color
Monochromatic Colors of #C06C6A
Black with #C06C6A
Text Example
Text Example
White with #C06C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C6A; }
p { color: rgb(192,108,106); }
H1.HeaderClassName
{
color: #C06C6A;
}
.AnyTagClassName
{
color: #C06C6A;
}
</style>
background-color css
<style>
a { background-color: #C06C6A; }
a { background-color: rgb(192,108,106); }
div.DivClassName
{
background-color: #C06C6A;
}
.BgClassName
{
background-color: #C06C6A;
}
</style>
border-color css
<style>
span { border-color: #C06C6A; }
span { border-color: rgb(192,108,106); }
td.TdClassName
{
border-color: #C06C6A;
}
.TagClassName
{
border-color: #C06C6A;
}
</style>