Shades of Contessa #C27270
Tints of Contessa #C27270
RGB
CMYK
RGB Variations
Color information
#C27270 (or 0xC27270) is known color: Contessa. HEX triplet: C2, 72 and 70. RGB value is (194,114,112). Sum of RGB (Red+Green+Blue) = 194+114+112=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C27270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27270 is #3D8D8F. Grayscale: #898989. Windows color (decimal): -4033936 or 7369410. OLE color: 7369410.
HSL color Cylindrical-coordinate representation of color #C27270: hue angle of 1.46º 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 #C27270 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 112 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.24 |
| HSL | 1.46º | 0.4% | 0.6% | - |
| HSV(B) | 1.46º | 0.42% | 0.76% | - |
| XYZ | 31.19 | 24.67 | 18.45 | - |
| YUV | 137.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 112 | 0 | 0.41 | 0.42 | 0.24 | 1.46 | 0.4 | 0.6 |
| Hex | C2 | 72 | 70 | 0 | 29 | 2A | 18 | 1 | 28 | 3C |
| Octal | 302 | 162 | 160 | 0 | 51 | 52 | 30 | 1 | 50 | 74 |
| Binary | 11000010 | 1110010 | 1110000 | 0 | 101001 | 101010 | 11000 | 1 | 101000 | 111100 |
Color Harmonies of #C27270
Complementary color
Monochromatic Colors of #C27270
Black with #C27270
Text Example
Text Example
White with #C27270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27270; }
p { color: rgb(194,114,112); }
H1.HeaderClassName
{
color: #C27270;
}
.AnyTagClassName
{
color: #C27270;
}
</style>
background-color css
<style>
a { background-color: #C27270; }
a { background-color: rgb(194,114,112); }
div.DivClassName
{
background-color: #C27270;
}
.BgClassName
{
background-color: #C27270;
}
</style>
border-color css
<style>
span { border-color: #C27270; }
span { border-color: rgb(194,114,112); }
td.TdClassName
{
border-color: #C27270;
}
.TagClassName
{
border-color: #C27270;
}
</style>