Shades of Contessa #C37B74
Tints of Contessa #C37B74
RGB
CMYK
RGB Variations
Color information
#C37B74 (or 0xC37B74) is known color: Contessa. HEX triplet: C3, 7B and 74. RGB value is (195,123,116). Sum of RGB (Red+Green+Blue) = 195+123+116=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B74 is #3C848B. Grayscale: #8F8F8F. Windows color (decimal): -3966092 or 7633859. OLE color: 7633859.
HSL color Cylindrical-coordinate representation of color #C37B74: hue angle of 5.32º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37B74 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 116 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.24 |
| HSL | 5.32º | 0.4% | 0.61% | - |
| HSV(B) | 5.32º | 0.41% | 0.76% | - |
| XYZ | 32.74 | 27.03 | 20.01 | - |
| YUV | 143.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 116 | 0 | 0.37 | 0.41 | 0.24 | 5.32 | 0.4 | 0.61 |
| Hex | C3 | 7B | 74 | 0 | 25 | 29 | 18 | 5 | 28 | 3D |
| Octal | 303 | 173 | 164 | 0 | 45 | 51 | 30 | 5 | 50 | 75 |
| Binary | 11000011 | 1111011 | 1110100 | 0 | 100101 | 101001 | 11000 | 101 | 101000 | 111101 |
Color Harmonies of #C37B74
Complementary color
Monochromatic Colors of #C37B74
Black with #C37B74
Text Example
Text Example
White with #C37B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B74; }
p { color: rgb(195,123,116); }
H1.HeaderClassName
{
color: #C37B74;
}
.AnyTagClassName
{
color: #C37B74;
}
</style>
background-color css
<style>
a { background-color: #C37B74; }
a { background-color: rgb(195,123,116); }
div.DivClassName
{
background-color: #C37B74;
}
.BgClassName
{
background-color: #C37B74;
}
</style>
border-color css
<style>
span { border-color: #C37B74; }
span { border-color: rgb(195,123,116); }
td.TdClassName
{
border-color: #C37B74;
}
.TagClassName
{
border-color: #C37B74;
}
</style>