Shades of Contessa #C27763
Tints of Contessa #C27763
RGB
CMYK
RGB Variations
Color information
#C27763 (or 0xC27763) is known color: Contessa. HEX triplet: C2, 77 and 63. RGB value is (194,119,99). Sum of RGB (Red+Green+Blue) = 194+119+99=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C27763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27763 is #3D889C. Grayscale: #8B8B8B. Windows color (decimal): -4032669 or 6518722. OLE color: 6518722.
HSL color Cylindrical-coordinate representation of color #C27763: hue angle of 12.63º 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 #C27763 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 99 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.24 |
| HSL | 12.63º | 0.44% | 0.57% | - |
| HSV(B) | 12.63º | 0.49% | 0.76% | - |
| XYZ | 31.1 | 25.56 | 15.1 | - |
| YUV | 139.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 99 | 0 | 0.39 | 0.49 | 0.24 | 12.63 | 0.44 | 0.57 |
| Hex | C2 | 77 | 63 | 0 | 27 | 31 | 18 | D | 2C | 39 |
| Octal | 302 | 167 | 143 | 0 | 47 | 61 | 30 | 15 | 54 | 71 |
| Binary | 11000010 | 1110111 | 1100011 | 0 | 100111 | 110001 | 11000 | 1101 | 101100 | 111001 |
Color Harmonies of #C27763
Complementary color
Monochromatic Colors of #C27763
Black with #C27763
Text Example
Text Example
White with #C27763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27763; }
p { color: rgb(194,119,99); }
H1.HeaderClassName
{
color: #C27763;
}
.AnyTagClassName
{
color: #C27763;
}
</style>
background-color css
<style>
a { background-color: #C27763; }
a { background-color: rgb(194,119,99); }
div.DivClassName
{
background-color: #C27763;
}
.BgClassName
{
background-color: #C27763;
}
</style>
border-color css
<style>
span { border-color: #C27763; }
span { border-color: rgb(194,119,99); }
td.TdClassName
{
border-color: #C27763;
}
.TagClassName
{
border-color: #C27763;
}
</style>