Shades of Contessa #C06D62
Tints of Contessa #C06D62
RGB
CMYK
RGB Variations
Color information
#C06D62 (or 0xC06D62) is known color: Contessa. HEX triplet: C0, 6D and 62. RGB value is (192,109,98). Sum of RGB (Red+Green+Blue) = 192+109+98=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D62 is #3F929D. Grayscale: #848484. Windows color (decimal): -4166302 or 6450624. OLE color: 6450624.
HSL color Cylindrical-coordinate representation of color #C06D62: hue angle of 7.02º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06D62 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 98 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.25 |
| HSL | 7.02º | 0.43% | 0.57% | - |
| HSV(B) | 7.02º | 0.49% | 0.75% | - |
| XYZ | 29.41 | 23.03 | 14.45 | - |
| YUV | 132.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 98 | 0 | 0.43 | 0.49 | 0.25 | 7.02 | 0.43 | 0.57 |
| Hex | C0 | 6D | 62 | 0 | 2B | 31 | 19 | 7 | 2B | 39 |
| Octal | 300 | 155 | 142 | 0 | 53 | 61 | 31 | 7 | 53 | 71 |
| Binary | 11000000 | 1101101 | 1100010 | 0 | 101011 | 110001 | 11001 | 111 | 101011 | 111001 |
Color Harmonies of #C06D62
Complementary color
Monochromatic Colors of #C06D62
Black with #C06D62
Text Example
Text Example
White with #C06D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D62; }
p { color: rgb(192,109,98); }
H1.HeaderClassName
{
color: #C06D62;
}
.AnyTagClassName
{
color: #C06D62;
}
</style>
background-color css
<style>
a { background-color: #C06D62; }
a { background-color: rgb(192,109,98); }
div.DivClassName
{
background-color: #C06D62;
}
.BgClassName
{
background-color: #C06D62;
}
</style>
border-color css
<style>
span { border-color: #C06D62; }
span { border-color: rgb(192,109,98); }
td.TdClassName
{
border-color: #C06D62;
}
.TagClassName
{
border-color: #C06D62;
}
</style>