Shades of Contessa #C27A71
Tints of Contessa #C27A71
RGB
CMYK
RGB Variations
Color information
#C27A71 (or 0xC27A71) is known color: Contessa. HEX triplet: C2, 7A and 71. RGB value is (194,122,113). Sum of RGB (Red+Green+Blue) = 194+122+113=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A71 is #3D858E. Grayscale: #8E8E8E. Windows color (decimal): -4031887 or 7436994. OLE color: 7436994.
HSL color Cylindrical-coordinate representation of color #C27A71: hue angle of 6.67º 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 #C27A71 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 113 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.24 |
| HSL | 6.67º | 0.4% | 0.6% | - |
| HSV(B) | 6.67º | 0.42% | 0.76% | - |
| XYZ | 32.19 | 26.58 | 19.06 | - |
| YUV | 142.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 113 | 0 | 0.37 | 0.42 | 0.24 | 6.67 | 0.4 | 0.6 |
| Hex | C2 | 7A | 71 | 0 | 25 | 2A | 18 | 7 | 28 | 3C |
| Octal | 302 | 172 | 161 | 0 | 45 | 52 | 30 | 7 | 50 | 74 |
| Binary | 11000010 | 1111010 | 1110001 | 0 | 100101 | 101010 | 11000 | 111 | 101000 | 111100 |
Color Harmonies of #C27A71
Complementary color
Monochromatic Colors of #C27A71
Black with #C27A71
Text Example
Text Example
White with #C27A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A71; }
p { color: rgb(194,122,113); }
H1.HeaderClassName
{
color: #C27A71;
}
.AnyTagClassName
{
color: #C27A71;
}
</style>
background-color css
<style>
a { background-color: #C27A71; }
a { background-color: rgb(194,122,113); }
div.DivClassName
{
background-color: #C27A71;
}
.BgClassName
{
background-color: #C27A71;
}
</style>
border-color css
<style>
span { border-color: #C27A71; }
span { border-color: rgb(194,122,113); }
td.TdClassName
{
border-color: #C27A71;
}
.TagClassName
{
border-color: #C27A71;
}
</style>