Shades of Contessa #C37672
Tints of Contessa #C37672
RGB
CMYK
RGB Variations
Color information
#C37672 (or 0xC37672) is known color: Contessa. HEX triplet: C3, 76 and 72. RGB value is (195,118,114). Sum of RGB (Red+Green+Blue) = 195+118+114=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C37672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37672 is #3C898D. Grayscale: #8C8C8C. Windows color (decimal): -3967374 or 7501507. OLE color: 7501507.
HSL color Cylindrical-coordinate representation of color #C37672: hue angle of 2.96º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37672 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 114 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.24 |
| HSL | 2.96º | 0.4% | 0.61% | - |
| HSV(B) | 2.96º | 0.42% | 0.76% | - |
| XYZ | 32.02 | 25.77 | 19.21 | - |
| YUV | 140.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 114 | 0 | 0.39 | 0.42 | 0.24 | 2.96 | 0.4 | 0.61 |
| Hex | C3 | 76 | 72 | 0 | 27 | 2A | 18 | 3 | 28 | 3D |
| Octal | 303 | 166 | 162 | 0 | 47 | 52 | 30 | 3 | 50 | 75 |
| Binary | 11000011 | 1110110 | 1110010 | 0 | 100111 | 101010 | 11000 | 11 | 101000 | 111101 |
Color Harmonies of #C37672
Complementary color
Monochromatic Colors of #C37672
Black with #C37672
Text Example
Text Example
White with #C37672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37672; }
p { color: rgb(195,118,114); }
H1.HeaderClassName
{
color: #C37672;
}
.AnyTagClassName
{
color: #C37672;
}
</style>
background-color css
<style>
a { background-color: #C37672; }
a { background-color: rgb(195,118,114); }
div.DivClassName
{
background-color: #C37672;
}
.BgClassName
{
background-color: #C37672;
}
</style>
border-color css
<style>
span { border-color: #C37672; }
span { border-color: rgb(195,118,114); }
td.TdClassName
{
border-color: #C37672;
}
.TagClassName
{
border-color: #C37672;
}
</style>