Shades of Contessa #C27371
Tints of Contessa #C27371
RGB
CMYK
RGB Variations
Color information
#C27371 (or 0xC27371) is known color: Contessa. HEX triplet: C2, 73 and 71. RGB value is (194,115,113). Sum of RGB (Red+Green+Blue) = 194+115+113=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C27371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27371 is #3D8C8E. Grayscale: #8A8A8A. Windows color (decimal): -4033679 or 7435202. OLE color: 7435202.
HSL color Cylindrical-coordinate representation of color #C27371: hue angle of 1.48º 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 #C27371 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 113 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.24 |
| HSL | 1.48º | 0.4% | 0.6% | - |
| HSV(B) | 1.48º | 0.42% | 0.76% | - |
| XYZ | 31.36 | 24.92 | 18.78 | - |
| YUV | 138.39 | 113.67 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 113 | 0 | 0.41 | 0.42 | 0.24 | 1.48 | 0.4 | 0.6 |
| Hex | C2 | 73 | 71 | 0 | 29 | 2A | 18 | 1 | 28 | 3C |
| Octal | 302 | 163 | 161 | 0 | 51 | 52 | 30 | 1 | 50 | 74 |
| Binary | 11000010 | 1110011 | 1110001 | 0 | 101001 | 101010 | 11000 | 1 | 101000 | 111100 |
Color Harmonies of #C27371
Complementary color
Monochromatic Colors of #C27371
Black with #C27371
Text Example
Text Example
White with #C27371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27371; }
p { color: rgb(194,115,113); }
H1.HeaderClassName
{
color: #C27371;
}
.AnyTagClassName
{
color: #C27371;
}
</style>
background-color css
<style>
a { background-color: #C27371; }
a { background-color: rgb(194,115,113); }
div.DivClassName
{
background-color: #C27371;
}
.BgClassName
{
background-color: #C27371;
}
</style>
border-color css
<style>
span { border-color: #C27371; }
span { border-color: rgb(194,115,113); }
td.TdClassName
{
border-color: #C27371;
}
.TagClassName
{
border-color: #C27371;
}
</style>