Shades of Contessa #C37770
Tints of Contessa #C37770
RGB
CMYK
RGB Variations
Color information
#C37770 (or 0xC37770) is known color: Contessa. HEX triplet: C3, 77 and 70. RGB value is (195,119,112). Sum of RGB (Red+Green+Blue) = 195+119+112=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C37770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37770 is #3C888F. Grayscale: #8D8D8D. Windows color (decimal): -3967120 or 7370691. OLE color: 7370691.
HSL color Cylindrical-coordinate representation of color #C37770: hue angle of 5.06º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37770 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 112 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.24 |
| HSL | 5.06º | 0.41% | 0.6% | - |
| HSV(B) | 5.06º | 0.43% | 0.76% | - |
| XYZ | 32.03 | 25.97 | 18.65 | - |
| YUV | 140.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 112 | 0 | 0.39 | 0.43 | 0.24 | 5.06 | 0.41 | 0.6 |
| Hex | C3 | 77 | 70 | 0 | 27 | 2B | 18 | 5 | 29 | 3C |
| Octal | 303 | 167 | 160 | 0 | 47 | 53 | 30 | 5 | 51 | 74 |
| Binary | 11000011 | 1110111 | 1110000 | 0 | 100111 | 101011 | 11000 | 101 | 101001 | 111100 |
Color Harmonies of #C37770
Complementary color
Monochromatic Colors of #C37770
Black with #C37770
Text Example
Text Example
White with #C37770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37770; }
p { color: rgb(195,119,112); }
H1.HeaderClassName
{
color: #C37770;
}
.AnyTagClassName
{
color: #C37770;
}
</style>
background-color css
<style>
a { background-color: #C37770; }
a { background-color: rgb(195,119,112); }
div.DivClassName
{
background-color: #C37770;
}
.BgClassName
{
background-color: #C37770;
}
</style>
border-color css
<style>
span { border-color: #C37770; }
span { border-color: rgb(195,119,112); }
td.TdClassName
{
border-color: #C37770;
}
.TagClassName
{
border-color: #C37770;
}
</style>