Shades of Contessa #C06D6D
Tints of Contessa #C06D6D
RGB
CMYK
RGB Variations
Color information
#C06D6D (or 0xC06D6D) is known color: Contessa. HEX triplet: C0, 6D and 6D. RGB value is (192,109,109). Sum of RGB (Red+Green+Blue) = 192+109+109=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D6D is #3F9292. Grayscale: #858585. Windows color (decimal): -4166291 or 7171520. OLE color: 7171520.
HSL color Cylindrical-coordinate representation of color #C06D6D: hue angle of 0º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06D6D is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 109 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.25 |
| HSL | 0º | 0.4% | 0.59% | - |
| HSV(B) | 0º | 0.43% | 0.75% | - |
| XYZ | 29.97 | 23.25 | 17.38 | - |
| YUV | 133.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 109 | 0 | 0.43 | 0.43 | 0.25 | 0 | 0.4 | 0.59 |
| Hex | C0 | 6D | 6D | 0 | 2B | 2B | 19 | 0 | 28 | 3B |
| Octal | 300 | 155 | 155 | 0 | 53 | 53 | 31 | 0 | 50 | 73 |
| Binary | 11000000 | 1101101 | 1101101 | 0 | 101011 | 101011 | 11001 | 0 | 101000 | 111011 |
Color Harmonies of #C06D6D
Complementary color
Monochromatic Colors of #C06D6D
Black with #C06D6D
Text Example
Text Example
White with #C06D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D6D; }
p { color: rgb(192,109,109); }
H1.HeaderClassName
{
color: #C06D6D;
}
.AnyTagClassName
{
color: #C06D6D;
}
</style>
background-color css
<style>
a { background-color: #C06D6D; }
a { background-color: rgb(192,109,109); }
div.DivClassName
{
background-color: #C06D6D;
}
.BgClassName
{
background-color: #C06D6D;
}
</style>
border-color css
<style>
span { border-color: #C06D6D; }
span { border-color: rgb(192,109,109); }
td.TdClassName
{
border-color: #C06D6D;
}
.TagClassName
{
border-color: #C06D6D;
}
</style>