Shades of Red Damask #CA6849
Tints of Red Damask #CA6849
RGB
CMYK
RGB Variations
Color information
#CA6849 (or 0xCA6849) is known color: Red Damask. HEX triplet: CA, 68 and 49. RGB value is (202,104,73). Sum of RGB (Red+Green+Blue) = 202+104+73=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6849 is #3597B6. Grayscale: #818181. Windows color (decimal): -3512247 or 4810954. OLE color: 4810954.
HSL color Cylindrical-coordinate representation of color #CA6849: hue angle of 14.42º 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 #CA6849 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 73 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.21 |
| HSL | 14.42º | 0.55% | 0.54% | - |
| HSV(B) | 14.42º | 0.64% | 0.79% | - |
| XYZ | 30.51 | 22.94 | 9.12 | - |
| YUV | 129.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 73 | 0 | 0.49 | 0.64 | 0.21 | 14.42 | 0.55 | 0.54 |
| Hex | CA | 68 | 49 | 0 | 31 | 40 | 15 | E | 37 | 36 |
| Octal | 312 | 150 | 111 | 0 | 61 | 100 | 25 | 16 | 67 | 66 |
| Binary | 11001010 | 1101000 | 1001001 | 0 | 110001 | 1000000 | 10101 | 1110 | 110111 | 110110 |
Color Harmonies of #CA6849
Complementary color
Monochromatic Colors of #CA6849
Black with #CA6849
Text Example
Text Example
White with #CA6849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6849; }
p { color: rgb(202,104,73); }
H1.HeaderClassName
{
color: #CA6849;
}
.AnyTagClassName
{
color: #CA6849;
}
</style>
background-color css
<style>
a { background-color: #CA6849; }
a { background-color: rgb(202,104,73); }
div.DivClassName
{
background-color: #CA6849;
}
.BgClassName
{
background-color: #CA6849;
}
</style>
border-color css
<style>
span { border-color: #CA6849; }
span { border-color: rgb(202,104,73); }
td.TdClassName
{
border-color: #CA6849;
}
.TagClassName
{
border-color: #CA6849;
}
</style>