Shades of Contessa #C27571
Tints of Contessa #C27571
RGB
CMYK
RGB Variations
Color information
#C27571 (or 0xC27571) is known color: Contessa. HEX triplet: C2, 75 and 71. RGB value is (194,117,113). Sum of RGB (Red+Green+Blue) = 194+117+113=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C27571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27571 is #3D8A8E. Grayscale: #8B8B8B. Windows color (decimal): -4033167 or 7435714. OLE color: 7435714.
HSL color Cylindrical-coordinate representation of color #C27571: hue angle of 2.96º 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 #C27571 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 113 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.24 |
| HSL | 2.96º | 0.4% | 0.6% | - |
| HSV(B) | 2.96º | 0.42% | 0.76% | - |
| XYZ | 31.59 | 25.38 | 18.86 | - |
| YUV | 139.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 113 | 0 | 0.40 | 0.42 | 0.24 | 2.96 | 0.4 | 0.6 |
| Hex | C2 | 75 | 71 | 0 | 28 | 2A | 18 | 3 | 28 | 3C |
| Octal | 302 | 165 | 161 | 0 | 50 | 52 | 30 | 3 | 50 | 74 |
| Binary | 11000010 | 1110101 | 1110001 | 0 | 101000 | 101010 | 11000 | 11 | 101000 | 111100 |
Color Harmonies of #C27571
Complementary color
Monochromatic Colors of #C27571
Black with #C27571
Text Example
Text Example
White with #C27571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27571; }
p { color: rgb(194,117,113); }
H1.HeaderClassName
{
color: #C27571;
}
.AnyTagClassName
{
color: #C27571;
}
</style>
background-color css
<style>
a { background-color: #C27571; }
a { background-color: rgb(194,117,113); }
div.DivClassName
{
background-color: #C27571;
}
.BgClassName
{
background-color: #C27571;
}
</style>
border-color css
<style>
span { border-color: #C27571; }
span { border-color: rgb(194,117,113); }
td.TdClassName
{
border-color: #C27571;
}
.TagClassName
{
border-color: #C27571;
}
</style>