Shades of Contessa #C37664
Tints of Contessa #C37664
RGB
CMYK
RGB Variations
Color information
#C37664 (or 0xC37664) is known color: Contessa. HEX triplet: C3, 76 and 64. RGB value is (195,118,100). Sum of RGB (Red+Green+Blue) = 195+118+100=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C37664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37664 is #3C899B. Grayscale: #8B8B8B. Windows color (decimal): -3967388 or 6584003. OLE color: 6584003.
HSL color Cylindrical-coordinate representation of color #C37664: hue angle of 11.37º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C37664 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 100 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.24 |
| HSL | 11.37º | 0.44% | 0.58% | - |
| HSV(B) | 11.37º | 0.49% | 0.76% | - |
| XYZ | 31.28 | 25.48 | 15.33 | - |
| YUV | 138.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 100 | 0 | 0.39 | 0.49 | 0.24 | 11.37 | 0.44 | 0.58 |
| Hex | C3 | 76 | 64 | 0 | 27 | 31 | 18 | B | 2C | 3A |
| Octal | 303 | 166 | 144 | 0 | 47 | 61 | 30 | 13 | 54 | 72 |
| Binary | 11000011 | 1110110 | 1100100 | 0 | 100111 | 110001 | 11000 | 1011 | 101100 | 111010 |
Color Harmonies of #C37664
Complementary color
Monochromatic Colors of #C37664
Black with #C37664
Text Example
Text Example
White with #C37664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37664; }
p { color: rgb(195,118,100); }
H1.HeaderClassName
{
color: #C37664;
}
.AnyTagClassName
{
color: #C37664;
}
</style>
background-color css
<style>
a { background-color: #C37664; }
a { background-color: rgb(195,118,100); }
div.DivClassName
{
background-color: #C37664;
}
.BgClassName
{
background-color: #C37664;
}
</style>
border-color css
<style>
span { border-color: #C37664; }
span { border-color: rgb(195,118,100); }
td.TdClassName
{
border-color: #C37664;
}
.TagClassName
{
border-color: #C37664;
}
</style>