Shades of Contessa #C37B70
Tints of Contessa #C37B70
RGB
CMYK
RGB Variations
Color information
#C37B70 (or 0xC37B70) is known color: Contessa. HEX triplet: C3, 7B and 70. RGB value is (195,123,112). Sum of RGB (Red+Green+Blue) = 195+123+112=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B70 is #3C848F. Grayscale: #8F8F8F. Windows color (decimal): -3966096 or 7371715. OLE color: 7371715.
HSL color Cylindrical-coordinate representation of color #C37B70: hue angle of 7.95º 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 #C37B70 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 112 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.24 |
| HSL | 7.95º | 0.41% | 0.6% | - |
| HSV(B) | 7.95º | 0.43% | 0.76% | - |
| XYZ | 32.51 | 26.94 | 18.82 | - |
| YUV | 143.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 112 | 0 | 0.37 | 0.43 | 0.24 | 7.95 | 0.41 | 0.6 |
| Hex | C3 | 7B | 70 | 0 | 25 | 2B | 18 | 8 | 29 | 3C |
| Octal | 303 | 173 | 160 | 0 | 45 | 53 | 30 | 10 | 51 | 74 |
| Binary | 11000011 | 1111011 | 1110000 | 0 | 100101 | 101011 | 11000 | 1000 | 101001 | 111100 |
Color Harmonies of #C37B70
Complementary color
Monochromatic Colors of #C37B70
Black with #C37B70
Text Example
Text Example
White with #C37B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B70; }
p { color: rgb(195,123,112); }
H1.HeaderClassName
{
color: #C37B70;
}
.AnyTagClassName
{
color: #C37B70;
}
</style>
background-color css
<style>
a { background-color: #C37B70; }
a { background-color: rgb(195,123,112); }
div.DivClassName
{
background-color: #C37B70;
}
.BgClassName
{
background-color: #C37B70;
}
</style>
border-color css
<style>
span { border-color: #C37B70; }
span { border-color: rgb(195,123,112); }
td.TdClassName
{
border-color: #C37B70;
}
.TagClassName
{
border-color: #C37B70;
}
</style>