Shades of Contessa #C37562
Tints of Contessa #C37562
RGB
CMYK
RGB Variations
Color information
#C37562 (or 0xC37562) is known color: Contessa. HEX triplet: C3, 75 and 62. RGB value is (195,117,98). Sum of RGB (Red+Green+Blue) = 195+117+98=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C37562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37562 is #3C8A9D. Grayscale: #8A8A8A. Windows color (decimal): -3967646 or 6452675. OLE color: 6452675.
HSL color Cylindrical-coordinate representation of color #C37562: hue angle of 11.75º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37562 is Cyan = 0, Magento = 0.4, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 98 | - |
| CMYK | 0 | 0.4 | 0.50 | 0.24 |
| HSL | 11.75º | 0.45% | 0.57% | - |
| HSV(B) | 11.75º | 0.5% | 0.76% | - |
| XYZ | 31.07 | 25.21 | 14.78 | - |
| YUV | 138.16 | 105.34 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 98 | 0 | 0.4 | 0.50 | 0.24 | 11.75 | 0.45 | 0.57 |
| Hex | C3 | 75 | 62 | 0 | 28 | 32 | 18 | C | 2D | 39 |
| Octal | 303 | 165 | 142 | 0 | 50 | 62 | 30 | 14 | 55 | 71 |
| Binary | 11000011 | 1110101 | 1100010 | 0 | 101000 | 110010 | 11000 | 1100 | 101101 | 111001 |
Color Harmonies of #C37562
Complementary color
Monochromatic Colors of #C37562
Black with #C37562
Text Example
Text Example
White with #C37562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37562; }
p { color: rgb(195,117,98); }
H1.HeaderClassName
{
color: #C37562;
}
.AnyTagClassName
{
color: #C37562;
}
</style>
background-color css
<style>
a { background-color: #C37562; }
a { background-color: rgb(195,117,98); }
div.DivClassName
{
background-color: #C37562;
}
.BgClassName
{
background-color: #C37562;
}
</style>
border-color css
<style>
span { border-color: #C37562; }
span { border-color: rgb(195,117,98); }
td.TdClassName
{
border-color: #C37562;
}
.TagClassName
{
border-color: #C37562;
}
</style>