Shades of Contessa #C27664
Tints of Contessa #C27664
RGB
CMYK
RGB Variations
Color information
#C27664 (or 0xC27664) is known color: Contessa. HEX triplet: C2, 76 and 64. RGB value is (194,118,100). Sum of RGB (Red+Green+Blue) = 194+118+100=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C27664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27664 is #3D899B. Grayscale: #8A8A8A. Windows color (decimal): -4032924 or 6584002. OLE color: 6584002.
HSL color Cylindrical-coordinate representation of color #C27664: hue angle of 11.49º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27664 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 100 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.24 |
| HSL | 11.49º | 0.44% | 0.58% | - |
| HSV(B) | 11.49º | 0.48% | 0.76% | - |
| XYZ | 31.03 | 25.35 | 15.31 | - |
| YUV | 138.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 100 | 0 | 0.39 | 0.48 | 0.24 | 11.49 | 0.44 | 0.58 |
| Hex | C2 | 76 | 64 | 0 | 27 | 30 | 18 | B | 2C | 3A |
| Octal | 302 | 166 | 144 | 0 | 47 | 60 | 30 | 13 | 54 | 72 |
| Binary | 11000010 | 1110110 | 1100100 | 0 | 100111 | 110000 | 11000 | 1011 | 101100 | 111010 |
Color Harmonies of #C27664
Complementary color
Monochromatic Colors of #C27664
Black with #C27664
Text Example
Text Example
White with #C27664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27664; }
p { color: rgb(194,118,100); }
H1.HeaderClassName
{
color: #C27664;
}
.AnyTagClassName
{
color: #C27664;
}
</style>
background-color css
<style>
a { background-color: #C27664; }
a { background-color: rgb(194,118,100); }
div.DivClassName
{
background-color: #C27664;
}
.BgClassName
{
background-color: #C27664;
}
</style>
border-color css
<style>
span { border-color: #C27664; }
span { border-color: rgb(194,118,100); }
td.TdClassName
{
border-color: #C27664;
}
.TagClassName
{
border-color: #C27664;
}
</style>