Shades of Contessa #C37863
Tints of Contessa #C37863
RGB
CMYK
RGB Variations
Color information
#C37863 (or 0xC37863) is known color: Contessa. HEX triplet: C3, 78 and 63. RGB value is (195,120,99). Sum of RGB (Red+Green+Blue) = 195+120+99=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C37863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37863 is #3C879C. Grayscale: #8C8C8C. Windows color (decimal): -3966877 or 6518979. OLE color: 6518979.
HSL color Cylindrical-coordinate representation of color #C37863: hue angle of 13.12º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C37863 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 99 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.24 |
| HSL | 13.13º | 0.44% | 0.58% | - |
| HSV(B) | 13.13º | 0.49% | 0.76% | - |
| XYZ | 31.47 | 25.94 | 15.15 | - |
| YUV | 140.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 99 | 0 | 0.38 | 0.49 | 0.24 | 13.13 | 0.44 | 0.58 |
| Hex | C3 | 78 | 63 | 0 | 26 | 31 | 18 | D | 2C | 3A |
| Octal | 303 | 170 | 143 | 0 | 46 | 61 | 30 | 15 | 54 | 72 |
| Binary | 11000011 | 1111000 | 1100011 | 0 | 100110 | 110001 | 11000 | 1101 | 101100 | 111010 |
Color Harmonies of #C37863
Complementary color
Monochromatic Colors of #C37863
Black with #C37863
Text Example
Text Example
White with #C37863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37863; }
p { color: rgb(195,120,99); }
H1.HeaderClassName
{
color: #C37863;
}
.AnyTagClassName
{
color: #C37863;
}
</style>
background-color css
<style>
a { background-color: #C37863; }
a { background-color: rgb(195,120,99); }
div.DivClassName
{
background-color: #C37863;
}
.BgClassName
{
background-color: #C37863;
}
</style>
border-color css
<style>
span { border-color: #C37863; }
span { border-color: rgb(195,120,99); }
td.TdClassName
{
border-color: #C37863;
}
.TagClassName
{
border-color: #C37863;
}
</style>