Shades of Contessa #C37564
Tints of Contessa #C37564
RGB
CMYK
RGB Variations
Color information
#C37564 (or 0xC37564) is known color: Contessa. HEX triplet: C3, 75 and 64. RGB value is (195,117,100). Sum of RGB (Red+Green+Blue) = 195+117+100=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C37564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37564 is #3C8A9B. Grayscale: #8A8A8A. Windows color (decimal): -3967644 or 6583747. OLE color: 6583747.
HSL color Cylindrical-coordinate representation of color #C37564: hue angle of 10.74º 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 #C37564 is Cyan = 0, Magento = 0.4, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 100 | - |
| CMYK | 0 | 0.4 | 0.49 | 0.24 |
| HSL | 10.74º | 0.44% | 0.58% | - |
| HSV(B) | 10.74º | 0.49% | 0.76% | - |
| XYZ | 31.17 | 25.24 | 15.29 | - |
| YUV | 138.38 | 106.34 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 100 | 0 | 0.4 | 0.49 | 0.24 | 10.74 | 0.44 | 0.58 |
| Hex | C3 | 75 | 64 | 0 | 28 | 31 | 18 | B | 2C | 3A |
| Octal | 303 | 165 | 144 | 0 | 50 | 61 | 30 | 13 | 54 | 72 |
| Binary | 11000011 | 1110101 | 1100100 | 0 | 101000 | 110001 | 11000 | 1011 | 101100 | 111010 |
Color Harmonies of #C37564
Complementary color
Monochromatic Colors of #C37564
Black with #C37564
Text Example
Text Example
White with #C37564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37564; }
p { color: rgb(195,117,100); }
H1.HeaderClassName
{
color: #C37564;
}
.AnyTagClassName
{
color: #C37564;
}
</style>
background-color css
<style>
a { background-color: #C37564; }
a { background-color: rgb(195,117,100); }
div.DivClassName
{
background-color: #C37564;
}
.BgClassName
{
background-color: #C37564;
}
</style>
border-color css
<style>
span { border-color: #C37564; }
span { border-color: rgb(195,117,100); }
td.TdClassName
{
border-color: #C37564;
}
.TagClassName
{
border-color: #C37564;
}
</style>