Shades of Contessa #C37064
Tints of Contessa #C37064
RGB
CMYK
RGB Variations
Color information
#C37064 (or 0xC37064) is known color: Contessa. HEX triplet: C3, 70 and 64. RGB value is (195,112,100). Sum of RGB (Red+Green+Blue) = 195+112+100=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C37064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37064 is #3C8F9B. Grayscale: #878787. Windows color (decimal): -3968924 or 6582467. OLE color: 6582467.
HSL color Cylindrical-coordinate representation of color #C37064: hue angle of 7.58º 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 #C37064 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 100 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.24 |
| HSL | 7.58º | 0.44% | 0.58% | - |
| HSV(B) | 7.58º | 0.49% | 0.76% | - |
| XYZ | 30.6 | 24.11 | 15.1 | - |
| YUV | 135.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 100 | 0 | 0.43 | 0.49 | 0.24 | 7.58 | 0.44 | 0.58 |
| Hex | C3 | 70 | 64 | 0 | 2B | 31 | 18 | 8 | 2C | 3A |
| Octal | 303 | 160 | 144 | 0 | 53 | 61 | 30 | 10 | 54 | 72 |
| Binary | 11000011 | 1110000 | 1100100 | 0 | 101011 | 110001 | 11000 | 1000 | 101100 | 111010 |
Color Harmonies of #C37064
Complementary color
Monochromatic Colors of #C37064
Black with #C37064
Text Example
Text Example
White with #C37064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37064; }
p { color: rgb(195,112,100); }
H1.HeaderClassName
{
color: #C37064;
}
.AnyTagClassName
{
color: #C37064;
}
</style>
background-color css
<style>
a { background-color: #C37064; }
a { background-color: rgb(195,112,100); }
div.DivClassName
{
background-color: #C37064;
}
.BgClassName
{
background-color: #C37064;
}
</style>
border-color css
<style>
span { border-color: #C37064; }
span { border-color: rgb(195,112,100); }
td.TdClassName
{
border-color: #C37064;
}
.TagClassName
{
border-color: #C37064;
}
</style>