Shades of Contessa #C37B76
Tints of Contessa #C37B76
RGB
CMYK
RGB Variations
Color information
#C37B76 (or 0xC37B76) is known color: Contessa. HEX triplet: C3, 7B and 76. RGB value is (195,123,118). Sum of RGB (Red+Green+Blue) = 195+123+118=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B76 is #3C8489. Grayscale: #909090. Windows color (decimal): -3966090 or 7764931. OLE color: 7764931.
HSL color Cylindrical-coordinate representation of color #C37B76: hue angle of 3.9º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37B76 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 118 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.24 |
| HSL | 3.9º | 0.39% | 0.61% | - |
| HSV(B) | 3.9º | 0.39% | 0.76% | - |
| XYZ | 32.86 | 27.08 | 20.63 | - |
| YUV | 143.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 118 | 0 | 0.37 | 0.39 | 0.24 | 3.9 | 0.39 | 0.61 |
| Hex | C3 | 7B | 76 | 0 | 25 | 27 | 18 | 4 | 27 | 3D |
| Octal | 303 | 173 | 166 | 0 | 45 | 47 | 30 | 4 | 47 | 75 |
| Binary | 11000011 | 1111011 | 1110110 | 0 | 100101 | 100111 | 11000 | 100 | 100111 | 111101 |
Color Harmonies of #C37B76
Complementary color
Monochromatic Colors of #C37B76
Black with #C37B76
Text Example
Text Example
White with #C37B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B76; }
p { color: rgb(195,123,118); }
H1.HeaderClassName
{
color: #C37B76;
}
.AnyTagClassName
{
color: #C37B76;
}
</style>
background-color css
<style>
a { background-color: #C37B76; }
a { background-color: rgb(195,123,118); }
div.DivClassName
{
background-color: #C37B76;
}
.BgClassName
{
background-color: #C37B76;
}
</style>
border-color css
<style>
span { border-color: #C37B76; }
span { border-color: rgb(195,123,118); }
td.TdClassName
{
border-color: #C37B76;
}
.TagClassName
{
border-color: #C37B76;
}
</style>