Shades of Contessa #C37666
Tints of Contessa #C37666
RGB
CMYK
RGB Variations
Color information
#C37666 (or 0xC37666) is known color: Contessa. HEX triplet: C3, 76 and 66. RGB value is (195,118,102). Sum of RGB (Red+Green+Blue) = 195+118+102=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C37666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37666 is #3C8999. Grayscale: #8B8B8B. Windows color (decimal): -3967386 or 6715075. OLE color: 6715075.
HSL color Cylindrical-coordinate representation of color #C37666: hue angle of 10.32º 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 #C37666 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 102 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.24 |
| HSL | 10.32º | 0.44% | 0.58% | - |
| HSV(B) | 10.32º | 0.48% | 0.76% | - |
| XYZ | 31.38 | 25.52 | 15.84 | - |
| YUV | 139.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 102 | 0 | 0.39 | 0.48 | 0.24 | 10.32 | 0.44 | 0.58 |
| Hex | C3 | 76 | 66 | 0 | 27 | 30 | 18 | A | 2C | 3A |
| Octal | 303 | 166 | 146 | 0 | 47 | 60 | 30 | 12 | 54 | 72 |
| Binary | 11000011 | 1110110 | 1100110 | 0 | 100111 | 110000 | 11000 | 1010 | 101100 | 111010 |
Color Harmonies of #C37666
Complementary color
Monochromatic Colors of #C37666
Black with #C37666
Text Example
Text Example
White with #C37666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37666; }
p { color: rgb(195,118,102); }
H1.HeaderClassName
{
color: #C37666;
}
.AnyTagClassName
{
color: #C37666;
}
</style>
background-color css
<style>
a { background-color: #C37666; }
a { background-color: rgb(195,118,102); }
div.DivClassName
{
background-color: #C37666;
}
.BgClassName
{
background-color: #C37666;
}
</style>
border-color css
<style>
span { border-color: #C37666; }
span { border-color: rgb(195,118,102); }
td.TdClassName
{
border-color: #C37666;
}
.TagClassName
{
border-color: #C37666;
}
</style>