Shades of Contessa #C37366
Tints of Contessa #C37366
RGB
CMYK
RGB Variations
Color information
#C37366 (or 0xC37366) is known color: Contessa. HEX triplet: C3, 73 and 66. RGB value is (195,115,102). Sum of RGB (Red+Green+Blue) = 195+115+102=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C37366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37366 is #3C8C99. Grayscale: #898989. Windows color (decimal): -3968154 or 6714307. OLE color: 6714307.
HSL color Cylindrical-coordinate representation of color #C37366: hue angle of 8.39º 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 #C37366 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 102 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.24 |
| HSL | 8.39º | 0.44% | 0.58% | - |
| HSV(B) | 8.39º | 0.48% | 0.76% | - |
| XYZ | 31.03 | 24.82 | 15.73 | - |
| YUV | 137.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 102 | 0 | 0.41 | 0.48 | 0.24 | 8.39 | 0.44 | 0.58 |
| Hex | C3 | 73 | 66 | 0 | 29 | 30 | 18 | 8 | 2C | 3A |
| Octal | 303 | 163 | 146 | 0 | 51 | 60 | 30 | 10 | 54 | 72 |
| Binary | 11000011 | 1110011 | 1100110 | 0 | 101001 | 110000 | 11000 | 1000 | 101100 | 111010 |
Color Harmonies of #C37366
Complementary color
Monochromatic Colors of #C37366
Black with #C37366
Text Example
Text Example
White with #C37366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37366; }
p { color: rgb(195,115,102); }
H1.HeaderClassName
{
color: #C37366;
}
.AnyTagClassName
{
color: #C37366;
}
</style>
background-color css
<style>
a { background-color: #C37366; }
a { background-color: rgb(195,115,102); }
div.DivClassName
{
background-color: #C37366;
}
.BgClassName
{
background-color: #C37366;
}
</style>
border-color css
<style>
span { border-color: #C37366; }
span { border-color: rgb(195,115,102); }
td.TdClassName
{
border-color: #C37366;
}
.TagClassName
{
border-color: #C37366;
}
</style>