Shades of Red Damask #CA6845
Tints of Red Damask #CA6845
RGB
CMYK
RGB Variations
Color information
#CA6845 (or 0xCA6845) is known color: Red Damask. HEX triplet: CA, 68 and 45. RGB value is (202,104,69). Sum of RGB (Red+Green+Blue) = 202+104+69=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6845 is #3597BA. Grayscale: #818181. Windows color (decimal): -3512251 or 4548810. OLE color: 4548810.
HSL color Cylindrical-coordinate representation of color #CA6845: hue angle of 15.79º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA6845 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 69 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.21 |
| HSL | 15.79º | 0.56% | 0.53% | - |
| HSV(B) | 15.79º | 0.66% | 0.79% | - |
| XYZ | 30.38 | 22.89 | 8.45 | - |
| YUV | 129.31 | 93.97 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 69 | 0 | 0.49 | 0.66 | 0.21 | 15.79 | 0.56 | 0.53 |
| Hex | CA | 68 | 45 | 0 | 31 | 42 | 15 | 10 | 38 | 35 |
| Octal | 312 | 150 | 105 | 0 | 61 | 102 | 25 | 20 | 70 | 65 |
| Binary | 11001010 | 1101000 | 1000101 | 0 | 110001 | 1000010 | 10101 | 10000 | 111000 | 110101 |
Color Harmonies of #CA6845
Complementary color
Monochromatic Colors of #CA6845
Black with #CA6845
Text Example
Text Example
White with #CA6845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6845; }
p { color: rgb(202,104,69); }
H1.HeaderClassName
{
color: #CA6845;
}
.AnyTagClassName
{
color: #CA6845;
}
</style>
background-color css
<style>
a { background-color: #CA6845; }
a { background-color: rgb(202,104,69); }
div.DivClassName
{
background-color: #CA6845;
}
.BgClassName
{
background-color: #CA6845;
}
</style>
border-color css
<style>
span { border-color: #CA6845; }
span { border-color: rgb(202,104,69); }
td.TdClassName
{
border-color: #CA6845;
}
.TagClassName
{
border-color: #CA6845;
}
</style>