Shades of Red Damask #CE664A
Tints of Red Damask #CE664A
RGB
CMYK
RGB Variations
Color information
#CE664A (or 0xCE664A) is known color: Red Damask. HEX triplet: CE, 66 and 4A. RGB value is (206,102,74). Sum of RGB (Red+Green+Blue) = 206+102+74=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE664A is #3199B5. Grayscale: #828282. Windows color (decimal): -3250614 or 4875982. OLE color: 4875982.
HSL color Cylindrical-coordinate representation of color #CE664A: hue angle of 12.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE664A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 74 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.19 |
| HSL | 12.73º | 0.57% | 0.55% | - |
| HSV(B) | 12.73º | 0.64% | 0.81% | - |
| XYZ | 31.44 | 23.12 | 9.28 | - |
| YUV | 129.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 74 | 0 | 0.50 | 0.64 | 0.19 | 12.73 | 0.57 | 0.55 |
| Hex | CE | 66 | 4A | 0 | 32 | 40 | 13 | D | 39 | 37 |
| Octal | 316 | 146 | 112 | 0 | 62 | 100 | 23 | 15 | 71 | 67 |
| Binary | 11001110 | 1100110 | 1001010 | 0 | 110010 | 1000000 | 10011 | 1101 | 111001 | 110111 |
Color Harmonies of #CE664A
Complementary color
Monochromatic Colors of #CE664A
Black with #CE664A
Text Example
Text Example
White with #CE664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE664A; }
p { color: rgb(206,102,74); }
H1.HeaderClassName
{
color: #CE664A;
}
.AnyTagClassName
{
color: #CE664A;
}
</style>
background-color css
<style>
a { background-color: #CE664A; }
a { background-color: rgb(206,102,74); }
div.DivClassName
{
background-color: #CE664A;
}
.BgClassName
{
background-color: #CE664A;
}
</style>
border-color css
<style>
span { border-color: #CE664A; }
span { border-color: rgb(206,102,74); }
td.TdClassName
{
border-color: #CE664A;
}
.TagClassName
{
border-color: #CE664A;
}
</style>