Shades of Contessa #CE726C
Tints of Contessa #CE726C
RGB
CMYK
RGB Variations
Color information
#CE726C (or 0xCE726C) is known color: Contessa. HEX triplet: CE, 72 and 6C. RGB value is (206,114,108). Sum of RGB (Red+Green+Blue) = 206+114+108=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE726C is #318D93. Grayscale: #8C8C8C. Windows color (decimal): -3247508 or 7107278. OLE color: 7107278.
HSL color Cylindrical-coordinate representation of color #CE726C: hue angle of 3.67º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE726C is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 108 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.19 |
| HSL | 3.67º | 0.5% | 0.62% | - |
| HSV(B) | 3.67º | 0.48% | 0.81% | - |
| XYZ | 34.18 | 26.24 | 17.45 | - |
| YUV | 140.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 108 | 0 | 0.45 | 0.48 | 0.19 | 3.67 | 0.5 | 0.62 |
| Hex | CE | 72 | 6C | 0 | 2D | 30 | 13 | 4 | 32 | 3E |
| Octal | 316 | 162 | 154 | 0 | 55 | 60 | 23 | 4 | 62 | 76 |
| Binary | 11001110 | 1110010 | 1101100 | 0 | 101101 | 110000 | 10011 | 100 | 110010 | 111110 |
Color Harmonies of #CE726C
Complementary color
Monochromatic Colors of #CE726C
Black with #CE726C
Text Example
Text Example
White with #CE726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE726C; }
p { color: rgb(206,114,108); }
H1.HeaderClassName
{
color: #CE726C;
}
.AnyTagClassName
{
color: #CE726C;
}
</style>
background-color css
<style>
a { background-color: #CE726C; }
a { background-color: rgb(206,114,108); }
div.DivClassName
{
background-color: #CE726C;
}
.BgClassName
{
background-color: #CE726C;
}
</style>
border-color css
<style>
span { border-color: #CE726C; }
span { border-color: rgb(206,114,108); }
td.TdClassName
{
border-color: #CE726C;
}
.TagClassName
{
border-color: #CE726C;
}
</style>