Shades of Contessa #C06B64
Tints of Contessa #C06B64
RGB
CMYK
RGB Variations
Color information
#C06B64 (or 0xC06B64) is known color: Contessa. HEX triplet: C0, 6B and 64. RGB value is (192,107,100). Sum of RGB (Red+Green+Blue) = 192+107+100=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B64 is #3F949B. Grayscale: #838383. Windows color (decimal): -4166812 or 6581184. OLE color: 6581184.
HSL color Cylindrical-coordinate representation of color #C06B64: hue angle of 4.57º 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 #C06B64 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 100 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.25 |
| HSL | 4.57º | 0.42% | 0.57% | - |
| HSV(B) | 4.57º | 0.48% | 0.75% | - |
| XYZ | 29.3 | 22.64 | 14.88 | - |
| YUV | 131.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 100 | 0 | 0.44 | 0.48 | 0.25 | 4.57 | 0.42 | 0.57 |
| Hex | C0 | 6B | 64 | 0 | 2C | 30 | 19 | 5 | 2A | 39 |
| Octal | 300 | 153 | 144 | 0 | 54 | 60 | 31 | 5 | 52 | 71 |
| Binary | 11000000 | 1101011 | 1100100 | 0 | 101100 | 110000 | 11001 | 101 | 101010 | 111001 |
Color Harmonies of #C06B64
Complementary color
Monochromatic Colors of #C06B64
Black with #C06B64
Text Example
Text Example
White with #C06B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B64; }
p { color: rgb(192,107,100); }
H1.HeaderClassName
{
color: #C06B64;
}
.AnyTagClassName
{
color: #C06B64;
}
</style>
background-color css
<style>
a { background-color: #C06B64; }
a { background-color: rgb(192,107,100); }
div.DivClassName
{
background-color: #C06B64;
}
.BgClassName
{
background-color: #C06B64;
}
</style>
border-color css
<style>
span { border-color: #C06B64; }
span { border-color: rgb(192,107,100); }
td.TdClassName
{
border-color: #C06B64;
}
.TagClassName
{
border-color: #C06B64;
}
</style>