Shades of Contessa #C37B71
Tints of Contessa #C37B71
RGB
CMYK
RGB Variations
Color information
#C37B71 (or 0xC37B71) is known color: Contessa. HEX triplet: C3, 7B and 71. RGB value is (195,123,113). Sum of RGB (Red+Green+Blue) = 195+123+113=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B71 is #3C848E. Grayscale: #8F8F8F. Windows color (decimal): -3966095 or 7437251. OLE color: 7437251.
HSL color Cylindrical-coordinate representation of color #C37B71: hue angle of 7.32º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37B71 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 113 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.24 |
| HSL | 7.32º | 0.41% | 0.6% | - |
| HSV(B) | 7.32º | 0.42% | 0.76% | - |
| XYZ | 32.57 | 26.96 | 19.11 | - |
| YUV | 143.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 113 | 0 | 0.37 | 0.42 | 0.24 | 7.32 | 0.41 | 0.6 |
| Hex | C3 | 7B | 71 | 0 | 25 | 2A | 18 | 7 | 29 | 3C |
| Octal | 303 | 173 | 161 | 0 | 45 | 52 | 30 | 7 | 51 | 74 |
| Binary | 11000011 | 1111011 | 1110001 | 0 | 100101 | 101010 | 11000 | 111 | 101001 | 111100 |
Color Harmonies of #C37B71
Complementary color
Monochromatic Colors of #C37B71
Black with #C37B71
Text Example
Text Example
White with #C37B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B71; }
p { color: rgb(195,123,113); }
H1.HeaderClassName
{
color: #C37B71;
}
.AnyTagClassName
{
color: #C37B71;
}
</style>
background-color css
<style>
a { background-color: #C37B71; }
a { background-color: rgb(195,123,113); }
div.DivClassName
{
background-color: #C37B71;
}
.BgClassName
{
background-color: #C37B71;
}
</style>
border-color css
<style>
span { border-color: #C37B71; }
span { border-color: rgb(195,123,113); }
td.TdClassName
{
border-color: #C37B71;
}
.TagClassName
{
border-color: #C37B71;
}
</style>