Shades of Contessa #CE7268
Tints of Contessa #CE7268
RGB
CMYK
RGB Variations
Color information
#CE7268 (or 0xCE7268) is known color: Contessa. HEX triplet: CE, 72 and 68. RGB value is (206,114,104). Sum of RGB (Red+Green+Blue) = 206+114+104=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7268 is #318D97. Grayscale: #8C8C8C. Windows color (decimal): -3247512 or 6845134. OLE color: 6845134.
HSL color Cylindrical-coordinate representation of color #CE7268: hue angle of 5.88º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7268 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 104 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.19 |
| HSL | 5.88º | 0.51% | 0.61% | - |
| HSV(B) | 5.88º | 0.5% | 0.81% | - |
| XYZ | 33.97 | 26.16 | 16.35 | - |
| YUV | 140.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 104 | 0 | 0.45 | 0.50 | 0.19 | 5.88 | 0.51 | 0.61 |
| Hex | CE | 72 | 68 | 0 | 2D | 32 | 13 | 6 | 33 | 3D |
| Octal | 316 | 162 | 150 | 0 | 55 | 62 | 23 | 6 | 63 | 75 |
| Binary | 11001110 | 1110010 | 1101000 | 0 | 101101 | 110010 | 10011 | 110 | 110011 | 111101 |
Color Harmonies of #CE7268
Complementary color
Monochromatic Colors of #CE7268
Black with #CE7268
Text Example
Text Example
White with #CE7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7268; }
p { color: rgb(206,114,104); }
H1.HeaderClassName
{
color: #CE7268;
}
.AnyTagClassName
{
color: #CE7268;
}
</style>
background-color css
<style>
a { background-color: #CE7268; }
a { background-color: rgb(206,114,104); }
div.DivClassName
{
background-color: #CE7268;
}
.BgClassName
{
background-color: #CE7268;
}
</style>
border-color css
<style>
span { border-color: #CE7268; }
span { border-color: rgb(206,114,104); }
td.TdClassName
{
border-color: #CE7268;
}
.TagClassName
{
border-color: #CE7268;
}
</style>