Shades of Contessa #C37466
Tints of Contessa #C37466
RGB
CMYK
RGB Variations
Color information
#C37466 (or 0xC37466) is known color: Contessa. HEX triplet: C3, 74 and 66. RGB value is (195,116,102). Sum of RGB (Red+Green+Blue) = 195+116+102=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C37466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37466 is #3C8B99. Grayscale: #8A8A8A. Windows color (decimal): -3967898 or 6714563. OLE color: 6714563.
HSL color Cylindrical-coordinate representation of color #C37466: hue angle of 9.03º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C37466 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 102 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.24 |
| HSL | 9.03º | 0.44% | 0.58% | - |
| HSV(B) | 9.03º | 0.48% | 0.76% | - |
| XYZ | 31.15 | 25.05 | 15.76 | - |
| YUV | 138.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 102 | 0 | 0.41 | 0.48 | 0.24 | 9.03 | 0.44 | 0.58 |
| Hex | C3 | 74 | 66 | 0 | 29 | 30 | 18 | 9 | 2C | 3A |
| Octal | 303 | 164 | 146 | 0 | 51 | 60 | 30 | 11 | 54 | 72 |
| Binary | 11000011 | 1110100 | 1100110 | 0 | 101001 | 110000 | 11000 | 1001 | 101100 | 111010 |
Color Harmonies of #C37466
Complementary color
Monochromatic Colors of #C37466
Black with #C37466
Text Example
Text Example
White with #C37466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37466; }
p { color: rgb(195,116,102); }
H1.HeaderClassName
{
color: #C37466;
}
.AnyTagClassName
{
color: #C37466;
}
</style>
background-color css
<style>
a { background-color: #C37466; }
a { background-color: rgb(195,116,102); }
div.DivClassName
{
background-color: #C37466;
}
.BgClassName
{
background-color: #C37466;
}
</style>
border-color css
<style>
span { border-color: #C37466; }
span { border-color: rgb(195,116,102); }
td.TdClassName
{
border-color: #C37466;
}
.TagClassName
{
border-color: #C37466;
}
</style>