Shades of Contessa #C27770
Tints of Contessa #C27770
RGB
CMYK
RGB Variations
Color information
#C27770 (or 0xC27770) is known color: Contessa. HEX triplet: C2, 77 and 70. RGB value is (194,119,112). Sum of RGB (Red+Green+Blue) = 194+119+112=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C27770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27770 is #3D888F. Grayscale: #8C8C8C. Windows color (decimal): -4032656 or 7370690. OLE color: 7370690.
HSL color Cylindrical-coordinate representation of color #C27770: hue angle of 5.12º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27770 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 112 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.24 |
| HSL | 5.12º | 0.4% | 0.6% | - |
| HSV(B) | 5.12º | 0.42% | 0.76% | - |
| XYZ | 31.77 | 25.83 | 18.64 | - |
| YUV | 140.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 112 | 0 | 0.39 | 0.42 | 0.24 | 5.12 | 0.4 | 0.6 |
| Hex | C2 | 77 | 70 | 0 | 27 | 2A | 18 | 5 | 28 | 3C |
| Octal | 302 | 167 | 160 | 0 | 47 | 52 | 30 | 5 | 50 | 74 |
| Binary | 11000010 | 1110111 | 1110000 | 0 | 100111 | 101010 | 11000 | 101 | 101000 | 111100 |
Color Harmonies of #C27770
Complementary color
Monochromatic Colors of #C27770
Black with #C27770
Text Example
Text Example
White with #C27770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27770; }
p { color: rgb(194,119,112); }
H1.HeaderClassName
{
color: #C27770;
}
.AnyTagClassName
{
color: #C27770;
}
</style>
background-color css
<style>
a { background-color: #C27770; }
a { background-color: rgb(194,119,112); }
div.DivClassName
{
background-color: #C27770;
}
.BgClassName
{
background-color: #C27770;
}
</style>
border-color css
<style>
span { border-color: #C27770; }
span { border-color: rgb(194,119,112); }
td.TdClassName
{
border-color: #C27770;
}
.TagClassName
{
border-color: #C27770;
}
</style>