Shades of Contessa #C06A5D
Tints of Contessa #C06A5D
RGB
CMYK
RGB Variations
Color information
#C06A5D (or 0xC06A5D) is known color: Contessa. HEX triplet: C0, 6A and 5D. RGB value is (192,106,93). Sum of RGB (Red+Green+Blue) = 192+106+93=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A5D is #3F95A2. Grayscale: #828282. Windows color (decimal): -4167075 or 6122176. OLE color: 6122176.
HSL color Cylindrical-coordinate representation of color #C06A5D: hue angle of 7.88º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C06A5D is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 93 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.25 |
| HSL | 7.88º | 0.44% | 0.56% | - |
| HSV(B) | 7.88º | 0.52% | 0.75% | - |
| XYZ | 28.87 | 22.3 | 13.14 | - |
| YUV | 130.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 93 | 0 | 0.45 | 0.52 | 0.25 | 7.88 | 0.44 | 0.56 |
| Hex | C0 | 6A | 5D | 0 | 2D | 34 | 19 | 8 | 2C | 38 |
| Octal | 300 | 152 | 135 | 0 | 55 | 64 | 31 | 10 | 54 | 70 |
| Binary | 11000000 | 1101010 | 1011101 | 0 | 101101 | 110100 | 11001 | 1000 | 101100 | 111000 |
Color Harmonies of #C06A5D
Complementary color
Monochromatic Colors of #C06A5D
Black with #C06A5D
Text Example
Text Example
White with #C06A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A5D; }
p { color: rgb(192,106,93); }
H1.HeaderClassName
{
color: #C06A5D;
}
.AnyTagClassName
{
color: #C06A5D;
}
</style>
background-color css
<style>
a { background-color: #C06A5D; }
a { background-color: rgb(192,106,93); }
div.DivClassName
{
background-color: #C06A5D;
}
.BgClassName
{
background-color: #C06A5D;
}
</style>
border-color css
<style>
span { border-color: #C06A5D; }
span { border-color: rgb(192,106,93); }
td.TdClassName
{
border-color: #C06A5D;
}
.TagClassName
{
border-color: #C06A5D;
}
</style>