Shades of Red Damask #CE6948
Tints of Red Damask #CE6948
RGB
CMYK
RGB Variations
Color information
#CE6948 (or 0xCE6948) is known color: Red Damask. HEX triplet: CE, 69 and 48. RGB value is (206,105,72). Sum of RGB (Red+Green+Blue) = 206+105+72=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6948 is #3196B7. Grayscale: #838383. Windows color (decimal): -3249848 or 4745678. OLE color: 4745678.
HSL color Cylindrical-coordinate representation of color #CE6948: hue angle of 14.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE6948 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 72 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.19 |
| HSL | 14.78º | 0.58% | 0.55% | - |
| HSV(B) | 14.78º | 0.65% | 0.81% | - |
| XYZ | 31.67 | 23.69 | 9.03 | - |
| YUV | 131.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 72 | 0 | 0.49 | 0.65 | 0.19 | 14.78 | 0.58 | 0.55 |
| Hex | CE | 69 | 48 | 0 | 31 | 41 | 13 | F | 3A | 37 |
| Octal | 316 | 151 | 110 | 0 | 61 | 101 | 23 | 17 | 72 | 67 |
| Binary | 11001110 | 1101001 | 1001000 | 0 | 110001 | 1000001 | 10011 | 1111 | 111010 | 110111 |
Color Harmonies of #CE6948
Complementary color
Monochromatic Colors of #CE6948
Black with #CE6948
Text Example
Text Example
White with #CE6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6948; }
p { color: rgb(206,105,72); }
H1.HeaderClassName
{
color: #CE6948;
}
.AnyTagClassName
{
color: #CE6948;
}
</style>
background-color css
<style>
a { background-color: #CE6948; }
a { background-color: rgb(206,105,72); }
div.DivClassName
{
background-color: #CE6948;
}
.BgClassName
{
background-color: #CE6948;
}
</style>
border-color css
<style>
span { border-color: #CE6948; }
span { border-color: rgb(206,105,72); }
td.TdClassName
{
border-color: #CE6948;
}
.TagClassName
{
border-color: #CE6948;
}
</style>