Shades of Red Damask #CE7650
Tints of Red Damask #CE7650
RGB
CMYK
RGB Variations
Color information
#CE7650 (or 0xCE7650) is known color: Red Damask. HEX triplet: CE, 76 and 50. RGB value is (206,118,80). Sum of RGB (Red+Green+Blue) = 206+118+80=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7650 is #3189AF. Grayscale: #8C8C8C. Windows color (decimal): -3246512 or 5273294. OLE color: 5273294.
HSL color Cylindrical-coordinate representation of color #CE7650: hue angle of 18.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE7650 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 80 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.19 |
| HSL | 18.1º | 0.56% | 0.56% | - |
| HSV(B) | 18.1º | 0.61% | 0.81% | - |
| XYZ | 33.38 | 26.66 | 10.98 | - |
| YUV | 139.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 80 | 0 | 0.43 | 0.61 | 0.19 | 18.1 | 0.56 | 0.56 |
| Hex | CE | 76 | 50 | 0 | 2B | 3D | 13 | 12 | 38 | 38 |
| Octal | 316 | 166 | 120 | 0 | 53 | 75 | 23 | 22 | 70 | 70 |
| Binary | 11001110 | 1110110 | 1010000 | 0 | 101011 | 111101 | 10011 | 10010 | 111000 | 111000 |
Color Harmonies of #CE7650
Complementary color
Monochromatic Colors of #CE7650
Black with #CE7650
Text Example
Text Example
White with #CE7650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7650; }
p { color: rgb(206,118,80); }
H1.HeaderClassName
{
color: #CE7650;
}
.AnyTagClassName
{
color: #CE7650;
}
</style>
background-color css
<style>
a { background-color: #CE7650; }
a { background-color: rgb(206,118,80); }
div.DivClassName
{
background-color: #CE7650;
}
.BgClassName
{
background-color: #CE7650;
}
</style>
border-color css
<style>
span { border-color: #CE7650; }
span { border-color: rgb(206,118,80); }
td.TdClassName
{
border-color: #CE7650;
}
.TagClassName
{
border-color: #CE7650;
}
</style>