Shades of Contessa #CE7271
Tints of Contessa #CE7271
RGB
CMYK
RGB Variations
Color information
#CE7271 (or 0xCE7271) is known color: Contessa. HEX triplet: CE, 72 and 71. RGB value is (206,114,113). Sum of RGB (Red+Green+Blue) = 206+114+113=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7271 is #318D8E. Grayscale: #8D8D8D. Windows color (decimal): -3247503 or 7434958. OLE color: 7434958.
HSL color Cylindrical-coordinate representation of color #CE7271: hue angle of 0.65º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7271 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 113 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.19 |
| HSL | 0.65º | 0.49% | 0.63% | - |
| HSV(B) | 0.65º | 0.45% | 0.81% | - |
| XYZ | 34.45 | 26.35 | 18.89 | - |
| YUV | 141.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 113 | 0 | 0.45 | 0.45 | 0.19 | 0.65 | 0.49 | 0.63 |
| Hex | CE | 72 | 71 | 0 | 2D | 2D | 13 | 1 | 31 | 3F |
| Octal | 316 | 162 | 161 | 0 | 55 | 55 | 23 | 1 | 61 | 77 |
| Binary | 11001110 | 1110010 | 1110001 | 0 | 101101 | 101101 | 10011 | 1 | 110001 | 111111 |
Color Harmonies of #CE7271
Complementary color
Monochromatic Colors of #CE7271
Black with #CE7271
Text Example
Text Example
White with #CE7271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7271; }
p { color: rgb(206,114,113); }
H1.HeaderClassName
{
color: #CE7271;
}
.AnyTagClassName
{
color: #CE7271;
}
</style>
background-color css
<style>
a { background-color: #CE7271; }
a { background-color: rgb(206,114,113); }
div.DivClassName
{
background-color: #CE7271;
}
.BgClassName
{
background-color: #CE7271;
}
</style>
border-color css
<style>
span { border-color: #CE7271; }
span { border-color: rgb(206,114,113); }
td.TdClassName
{
border-color: #CE7271;
}
.TagClassName
{
border-color: #CE7271;
}
</style>