Shades of Contessa #C27963
Tints of Contessa #C27963
RGB
CMYK
RGB Variations
Color information
#C27963 (or 0xC27963) is known color: Contessa. HEX triplet: C2, 79 and 63. RGB value is (194,121,99). Sum of RGB (Red+Green+Blue) = 194+121+99=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C27963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27963 is #3D869C. Grayscale: #8C8C8C. Windows color (decimal): -4032157 or 6519234. OLE color: 6519234.
HSL color Cylindrical-coordinate representation of color #C27963: hue angle of 13.89º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C27963 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 99 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.24 |
| HSL | 13.89º | 0.44% | 0.57% | - |
| HSV(B) | 13.89º | 0.49% | 0.76% | - |
| XYZ | 31.34 | 26.04 | 15.18 | - |
| YUV | 140.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 99 | 0 | 0.38 | 0.49 | 0.24 | 13.89 | 0.44 | 0.57 |
| Hex | C2 | 79 | 63 | 0 | 26 | 31 | 18 | E | 2C | 39 |
| Octal | 302 | 171 | 143 | 0 | 46 | 61 | 30 | 16 | 54 | 71 |
| Binary | 11000010 | 1111001 | 1100011 | 0 | 100110 | 110001 | 11000 | 1110 | 101100 | 111001 |
Color Harmonies of #C27963
Complementary color
Monochromatic Colors of #C27963
Black with #C27963
Text Example
Text Example
White with #C27963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27963; }
p { color: rgb(194,121,99); }
H1.HeaderClassName
{
color: #C27963;
}
.AnyTagClassName
{
color: #C27963;
}
</style>
background-color css
<style>
a { background-color: #C27963; }
a { background-color: rgb(194,121,99); }
div.DivClassName
{
background-color: #C27963;
}
.BgClassName
{
background-color: #C27963;
}
</style>
border-color css
<style>
span { border-color: #C27963; }
span { border-color: rgb(194,121,99); }
td.TdClassName
{
border-color: #C27963;
}
.TagClassName
{
border-color: #C27963;
}
</style>