Shades of Contessa #C66C64
Tints of Contessa #C66C64
RGB
CMYK
RGB Variations
Color information
#C66C64 (or 0xC66C64) is known color: Contessa. HEX triplet: C6, 6C and 64. RGB value is (198,108,100). Sum of RGB (Red+Green+Blue) = 198+108+100=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66C64 is #39939B. Grayscale: #868686. Windows color (decimal): -3773340 or 6581446. OLE color: 6581446.
HSL color Cylindrical-coordinate representation of color #C66C64: hue angle of 4.9º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66C64 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 100 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.22 |
| HSL | 4.9º | 0.46% | 0.58% | - |
| HSV(B) | 4.9º | 0.49% | 0.78% | - |
| XYZ | 30.95 | 23.65 | 14.99 | - |
| YUV | 134 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 100 | 0 | 0.45 | 0.49 | 0.22 | 4.9 | 0.46 | 0.58 |
| Hex | C6 | 6C | 64 | 0 | 2D | 31 | 16 | 5 | 2E | 3A |
| Octal | 306 | 154 | 144 | 0 | 55 | 61 | 26 | 5 | 56 | 72 |
| Binary | 11000110 | 1101100 | 1100100 | 0 | 101101 | 110001 | 10110 | 101 | 101110 | 111010 |
Color Harmonies of #C66C64
Complementary color
Monochromatic Colors of #C66C64
Black with #C66C64
Text Example
Text Example
White with #C66C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C64; }
p { color: rgb(198,108,100); }
H1.HeaderClassName
{
color: #C66C64;
}
.AnyTagClassName
{
color: #C66C64;
}
</style>
background-color css
<style>
a { background-color: #C66C64; }
a { background-color: rgb(198,108,100); }
div.DivClassName
{
background-color: #C66C64;
}
.BgClassName
{
background-color: #C66C64;
}
</style>
border-color css
<style>
span { border-color: #C66C64; }
span { border-color: rgb(198,108,100); }
td.TdClassName
{
border-color: #C66C64;
}
.TagClassName
{
border-color: #C66C64;
}
</style>