Shades of Contessa #C06764
Tints of Contessa #C06764
RGB
CMYK
RGB Variations
Color information
#C06764 (or 0xC06764) is known color: Contessa. HEX triplet: C0, 67 and 64. RGB value is (192,103,100). Sum of RGB (Red+Green+Blue) = 192+103+100=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C06764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06764 is #3F989B. Grayscale: #818181. Windows color (decimal): -4167836 or 6580160. OLE color: 6580160.
HSL color Cylindrical-coordinate representation of color #C06764: hue angle of 1.96º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06764 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 100 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.25 |
| HSL | 1.96º | 0.42% | 0.57% | - |
| HSV(B) | 1.96º | 0.48% | 0.75% | - |
| XYZ | 28.89 | 21.83 | 14.75 | - |
| YUV | 129.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 100 | 0 | 0.46 | 0.48 | 0.25 | 1.96 | 0.42 | 0.57 |
| Hex | C0 | 67 | 64 | 0 | 2E | 30 | 19 | 2 | 2A | 39 |
| Octal | 300 | 147 | 144 | 0 | 56 | 60 | 31 | 2 | 52 | 71 |
| Binary | 11000000 | 1100111 | 1100100 | 0 | 101110 | 110000 | 11001 | 10 | 101010 | 111001 |
Color Harmonies of #C06764
Complementary color
Monochromatic Colors of #C06764
Black with #C06764
Text Example
Text Example
White with #C06764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06764; }
p { color: rgb(192,103,100); }
H1.HeaderClassName
{
color: #C06764;
}
.AnyTagClassName
{
color: #C06764;
}
</style>
background-color css
<style>
a { background-color: #C06764; }
a { background-color: rgb(192,103,100); }
div.DivClassName
{
background-color: #C06764;
}
.BgClassName
{
background-color: #C06764;
}
</style>
border-color css
<style>
span { border-color: #C06764; }
span { border-color: rgb(192,103,100); }
td.TdClassName
{
border-color: #C06764;
}
.TagClassName
{
border-color: #C06764;
}
</style>