Shades of Contessa #C06D67
Tints of Contessa #C06D67
RGB
CMYK
RGB Variations
Color information
#C06D67 (or 0xC06D67) is known color: Contessa. HEX triplet: C0, 6D and 67. RGB value is (192,109,103). Sum of RGB (Red+Green+Blue) = 192+109+103=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D67 is #3F9298. Grayscale: #858585. Windows color (decimal): -4166297 or 6778304. OLE color: 6778304.
HSL color Cylindrical-coordinate representation of color #C06D67: hue angle of 4.04º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06D67 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 103 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.25 |
| HSL | 4.04º | 0.41% | 0.58% | - |
| HSV(B) | 4.04º | 0.46% | 0.75% | - |
| XYZ | 29.66 | 23.12 | 15.73 | - |
| YUV | 133.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 103 | 0 | 0.43 | 0.46 | 0.25 | 4.04 | 0.41 | 0.58 |
| Hex | C0 | 6D | 67 | 0 | 2B | 2E | 19 | 4 | 29 | 3A |
| Octal | 300 | 155 | 147 | 0 | 53 | 56 | 31 | 4 | 51 | 72 |
| Binary | 11000000 | 1101101 | 1100111 | 0 | 101011 | 101110 | 11001 | 100 | 101001 | 111010 |
Color Harmonies of #C06D67
Complementary color
Monochromatic Colors of #C06D67
Black with #C06D67
Text Example
Text Example
White with #C06D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D67; }
p { color: rgb(192,109,103); }
H1.HeaderClassName
{
color: #C06D67;
}
.AnyTagClassName
{
color: #C06D67;
}
</style>
background-color css
<style>
a { background-color: #C06D67; }
a { background-color: rgb(192,109,103); }
div.DivClassName
{
background-color: #C06D67;
}
.BgClassName
{
background-color: #C06D67;
}
</style>
border-color css
<style>
span { border-color: #C06D67; }
span { border-color: rgb(192,109,103); }
td.TdClassName
{
border-color: #C06D67;
}
.TagClassName
{
border-color: #C06D67;
}
</style>