Shades of Contessa #C66E64
Tints of Contessa #C66E64
RGB
CMYK
RGB Variations
Color information
#C66E64 (or 0xC66E64) is known color: Contessa. HEX triplet: C6, 6E and 64. RGB value is (198,110,100). Sum of RGB (Red+Green+Blue) = 198+110+100=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66E64 is #39919B. Grayscale: #878787. Windows color (decimal): -3772828 or 6581958. OLE color: 6581958.
HSL color Cylindrical-coordinate representation of color #C66E64: hue angle of 6.12º 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 #C66E64 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 100 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.22 |
| HSL | 6.12º | 0.46% | 0.58% | - |
| HSV(B) | 6.12º | 0.49% | 0.78% | - |
| XYZ | 31.16 | 24.08 | 15.06 | - |
| YUV | 135.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 100 | 0 | 0.44 | 0.49 | 0.22 | 6.12 | 0.46 | 0.58 |
| Hex | C6 | 6E | 64 | 0 | 2C | 31 | 16 | 6 | 2E | 3A |
| Octal | 306 | 156 | 144 | 0 | 54 | 61 | 26 | 6 | 56 | 72 |
| Binary | 11000110 | 1101110 | 1100100 | 0 | 101100 | 110001 | 10110 | 110 | 101110 | 111010 |
Color Harmonies of #C66E64
Complementary color
Monochromatic Colors of #C66E64
Black with #C66E64
Text Example
Text Example
White with #C66E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E64; }
p { color: rgb(198,110,100); }
H1.HeaderClassName
{
color: #C66E64;
}
.AnyTagClassName
{
color: #C66E64;
}
</style>
background-color css
<style>
a { background-color: #C66E64; }
a { background-color: rgb(198,110,100); }
div.DivClassName
{
background-color: #C66E64;
}
.BgClassName
{
background-color: #C66E64;
}
</style>
border-color css
<style>
span { border-color: #C66E64; }
span { border-color: rgb(198,110,100); }
td.TdClassName
{
border-color: #C66E64;
}
.TagClassName
{
border-color: #C66E64;
}
</style>