Shades of Red Damask #CA6E49
Tints of Red Damask #CA6E49
RGB
CMYK
RGB Variations
Color information
#CA6E49 (or 0xCA6E49) is known color: Red Damask. HEX triplet: CA, 6E and 49. RGB value is (202,110,73). Sum of RGB (Red+Green+Blue) = 202+110+73=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E49 is #3591B6. Grayscale: #858585. Windows color (decimal): -3510711 or 4812490. OLE color: 4812490.
HSL color Cylindrical-coordinate representation of color #CA6E49: hue angle of 17.21º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA6E49 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 73 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.21 |
| HSL | 17.21º | 0.55% | 0.54% | - |
| HSV(B) | 17.21º | 0.64% | 0.79% | - |
| XYZ | 31.14 | 24.19 | 9.33 | - |
| YUV | 133.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 73 | 0 | 0.46 | 0.64 | 0.21 | 17.21 | 0.55 | 0.54 |
| Hex | CA | 6E | 49 | 0 | 2E | 40 | 15 | 11 | 37 | 36 |
| Octal | 312 | 156 | 111 | 0 | 56 | 100 | 25 | 21 | 67 | 66 |
| Binary | 11001010 | 1101110 | 1001001 | 0 | 101110 | 1000000 | 10101 | 10001 | 110111 | 110110 |
Color Harmonies of #CA6E49
Complementary color
Monochromatic Colors of #CA6E49
Black with #CA6E49
Text Example
Text Example
White with #CA6E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E49; }
p { color: rgb(202,110,73); }
H1.HeaderClassName
{
color: #CA6E49;
}
.AnyTagClassName
{
color: #CA6E49;
}
</style>
background-color css
<style>
a { background-color: #CA6E49; }
a { background-color: rgb(202,110,73); }
div.DivClassName
{
background-color: #CA6E49;
}
.BgClassName
{
background-color: #CA6E49;
}
</style>
border-color css
<style>
span { border-color: #CA6E49; }
span { border-color: rgb(202,110,73); }
td.TdClassName
{
border-color: #CA6E49;
}
.TagClassName
{
border-color: #CA6E49;
}
</style>