Shades of Contessa #CE7571
Tints of Contessa #CE7571
RGB
CMYK
RGB Variations
Color information
#CE7571 (or 0xCE7571) is known color: Contessa. HEX triplet: CE, 75 and 71. RGB value is (206,117,113). Sum of RGB (Red+Green+Blue) = 206+117+113=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7571 is #318A8E. Grayscale: #8F8F8F. Windows color (decimal): -3246735 or 7435726. OLE color: 7435726.
HSL color Cylindrical-coordinate representation of color #CE7571: hue angle of 2.58º 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 #CE7571 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 113 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.19 |
| HSL | 2.58º | 0.49% | 0.63% | - |
| HSV(B) | 2.58º | 0.45% | 0.81% | - |
| XYZ | 34.8 | 27.04 | 19.01 | - |
| YUV | 143.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 113 | 0 | 0.43 | 0.45 | 0.19 | 2.58 | 0.49 | 0.63 |
| Hex | CE | 75 | 71 | 0 | 2B | 2D | 13 | 3 | 31 | 3F |
| Octal | 316 | 165 | 161 | 0 | 53 | 55 | 23 | 3 | 61 | 77 |
| Binary | 11001110 | 1110101 | 1110001 | 0 | 101011 | 101101 | 10011 | 11 | 110001 | 111111 |
Color Harmonies of #CE7571
Complementary color
Monochromatic Colors of #CE7571
Black with #CE7571
Text Example
Text Example
White with #CE7571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7571; }
p { color: rgb(206,117,113); }
H1.HeaderClassName
{
color: #CE7571;
}
.AnyTagClassName
{
color: #CE7571;
}
</style>
background-color css
<style>
a { background-color: #CE7571; }
a { background-color: rgb(206,117,113); }
div.DivClassName
{
background-color: #CE7571;
}
.BgClassName
{
background-color: #CE7571;
}
</style>
border-color css
<style>
span { border-color: #CE7571; }
span { border-color: rgb(206,117,113); }
td.TdClassName
{
border-color: #CE7571;
}
.TagClassName
{
border-color: #CE7571;
}
</style>