Shades of Contessa #C66E5F
Tints of Contessa #C66E5F
RGB
CMYK
RGB Variations
Color information
#C66E5F (or 0xC66E5F) is known color: Contessa. HEX triplet: C6, 6E and 5F. RGB value is (198,110,95). Sum of RGB (Red+Green+Blue) = 198+110+95=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66E5F is #3991A0. Grayscale: #868686. Windows color (decimal): -3772833 or 6254278. OLE color: 6254278.
HSL color Cylindrical-coordinate representation of color #C66E5F: hue angle of 8.74º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66E5F is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 95 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.22 |
| HSL | 8.74º | 0.47% | 0.57% | - |
| HSV(B) | 8.74º | 0.52% | 0.78% | - |
| XYZ | 30.93 | 23.98 | 13.83 | - |
| YUV | 134.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 95 | 0 | 0.44 | 0.52 | 0.22 | 8.74 | 0.47 | 0.57 |
| Hex | C6 | 6E | 5F | 0 | 2C | 34 | 16 | 9 | 2F | 39 |
| Octal | 306 | 156 | 137 | 0 | 54 | 64 | 26 | 11 | 57 | 71 |
| Binary | 11000110 | 1101110 | 1011111 | 0 | 101100 | 110100 | 10110 | 1001 | 101111 | 111001 |
Color Harmonies of #C66E5F
Complementary color
Monochromatic Colors of #C66E5F
Black with #C66E5F
Text Example
Text Example
White with #C66E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E5F; }
p { color: rgb(198,110,95); }
H1.HeaderClassName
{
color: #C66E5F;
}
.AnyTagClassName
{
color: #C66E5F;
}
</style>
background-color css
<style>
a { background-color: #C66E5F; }
a { background-color: rgb(198,110,95); }
div.DivClassName
{
background-color: #C66E5F;
}
.BgClassName
{
background-color: #C66E5F;
}
</style>
border-color css
<style>
span { border-color: #C66E5F; }
span { border-color: rgb(198,110,95); }
td.TdClassName
{
border-color: #C66E5F;
}
.TagClassName
{
border-color: #C66E5F;
}
</style>