Shades of Contessa #C27B72
Tints of Contessa #C27B72
RGB
CMYK
RGB Variations
Color information
#C27B72 (or 0xC27B72) is known color: Contessa. HEX triplet: C2, 7B and 72. RGB value is (194,123,114). Sum of RGB (Red+Green+Blue) = 194+123+114=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B72 is #3D848D. Grayscale: #8F8F8F. Windows color (decimal): -4031630 or 7502786. OLE color: 7502786.
HSL color Cylindrical-coordinate representation of color #C27B72: hue angle of 6.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27B72 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 114 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.24 |
| HSL | 6.75º | 0.4% | 0.6% | - |
| HSV(B) | 6.75º | 0.41% | 0.76% | - |
| XYZ | 32.37 | 26.85 | 19.4 | - |
| YUV | 143.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 114 | 0 | 0.37 | 0.41 | 0.24 | 6.75 | 0.4 | 0.6 |
| Hex | C2 | 7B | 72 | 0 | 25 | 29 | 18 | 7 | 28 | 3C |
| Octal | 302 | 173 | 162 | 0 | 45 | 51 | 30 | 7 | 50 | 74 |
| Binary | 11000010 | 1111011 | 1110010 | 0 | 100101 | 101001 | 11000 | 111 | 101000 | 111100 |
Color Harmonies of #C27B72
Complementary color
Monochromatic Colors of #C27B72
Black with #C27B72
Text Example
Text Example
White with #C27B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B72; }
p { color: rgb(194,123,114); }
H1.HeaderClassName
{
color: #C27B72;
}
.AnyTagClassName
{
color: #C27B72;
}
</style>
background-color css
<style>
a { background-color: #C27B72; }
a { background-color: rgb(194,123,114); }
div.DivClassName
{
background-color: #C27B72;
}
.BgClassName
{
background-color: #C27B72;
}
</style>
border-color css
<style>
span { border-color: #C27B72; }
span { border-color: rgb(194,123,114); }
td.TdClassName
{
border-color: #C27B72;
}
.TagClassName
{
border-color: #C27B72;
}
</style>