Shades of Contessa #C37766
Tints of Contessa #C37766
RGB
CMYK
RGB Variations
Color information
#C37766 (or 0xC37766) is known color: Contessa. HEX triplet: C3, 77 and 66. RGB value is (195,119,102). Sum of RGB (Red+Green+Blue) = 195+119+102=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C37766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37766 is #3C8899. Grayscale: #8B8B8B. Windows color (decimal): -3967130 or 6715331. OLE color: 6715331.
HSL color Cylindrical-coordinate representation of color #C37766: hue angle of 10.97º 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 #C37766 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 102 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.24 |
| HSL | 10.97º | 0.44% | 0.58% | - |
| HSV(B) | 10.97º | 0.48% | 0.76% | - |
| XYZ | 31.5 | 25.76 | 15.88 | - |
| YUV | 139.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 102 | 0 | 0.39 | 0.48 | 0.24 | 10.97 | 0.44 | 0.58 |
| Hex | C3 | 77 | 66 | 0 | 27 | 30 | 18 | B | 2C | 3A |
| Octal | 303 | 167 | 146 | 0 | 47 | 60 | 30 | 13 | 54 | 72 |
| Binary | 11000011 | 1110111 | 1100110 | 0 | 100111 | 110000 | 11000 | 1011 | 101100 | 111010 |
Color Harmonies of #C37766
Complementary color
Monochromatic Colors of #C37766
Black with #C37766
Text Example
Text Example
White with #C37766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37766; }
p { color: rgb(195,119,102); }
H1.HeaderClassName
{
color: #C37766;
}
.AnyTagClassName
{
color: #C37766;
}
</style>
background-color css
<style>
a { background-color: #C37766; }
a { background-color: rgb(195,119,102); }
div.DivClassName
{
background-color: #C37766;
}
.BgClassName
{
background-color: #C37766;
}
</style>
border-color css
<style>
span { border-color: #C37766; }
span { border-color: rgb(195,119,102); }
td.TdClassName
{
border-color: #C37766;
}
.TagClassName
{
border-color: #C37766;
}
</style>