Shades of Contessa #C27B71
Tints of Contessa #C27B71
RGB
CMYK
RGB Variations
Color information
#C27B71 (or 0xC27B71) is known color: Contessa. HEX triplet: C2, 7B and 71. RGB value is (194,123,113). Sum of RGB (Red+Green+Blue) = 194+123+113=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B71 is #3D848E. Grayscale: #8F8F8F. Windows color (decimal): -4031631 or 7437250. OLE color: 7437250.
HSL color Cylindrical-coordinate representation of color #C27B71: hue angle of 7.41º 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 #C27B71 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 113 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.24 |
| HSL | 7.41º | 0.4% | 0.6% | - |
| HSV(B) | 7.41º | 0.42% | 0.76% | - |
| XYZ | 32.31 | 26.83 | 19.1 | - |
| YUV | 143.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 113 | 0 | 0.37 | 0.42 | 0.24 | 7.41 | 0.4 | 0.6 |
| Hex | C2 | 7B | 71 | 0 | 25 | 2A | 18 | 7 | 28 | 3C |
| Octal | 302 | 173 | 161 | 0 | 45 | 52 | 30 | 7 | 50 | 74 |
| Binary | 11000010 | 1111011 | 1110001 | 0 | 100101 | 101010 | 11000 | 111 | 101000 | 111100 |
Color Harmonies of #C27B71
Complementary color
Monochromatic Colors of #C27B71
Black with #C27B71
Text Example
Text Example
White with #C27B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B71; }
p { color: rgb(194,123,113); }
H1.HeaderClassName
{
color: #C27B71;
}
.AnyTagClassName
{
color: #C27B71;
}
</style>
background-color css
<style>
a { background-color: #C27B71; }
a { background-color: rgb(194,123,113); }
div.DivClassName
{
background-color: #C27B71;
}
.BgClassName
{
background-color: #C27B71;
}
</style>
border-color css
<style>
span { border-color: #C27B71; }
span { border-color: rgb(194,123,113); }
td.TdClassName
{
border-color: #C27B71;
}
.TagClassName
{
border-color: #C27B71;
}
</style>