Shades of Red Damask #CA7444
Tints of Red Damask #CA7444
RGB
CMYK
RGB Variations
Color information
#CA7444 (or 0xCA7444) is known color: Red Damask. HEX triplet: CA, 74 and 44. RGB value is (202,116,68). Sum of RGB (Red+Green+Blue) = 202+116+68=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7444 is #358BBB. Grayscale: #888888. Windows color (decimal): -3509180 or 4486346. OLE color: 4486346.
HSL color Cylindrical-coordinate representation of color #CA7444: hue angle of 21.49º 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 #CA7444 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 68 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.21 |
| HSL | 21.49º | 0.56% | 0.53% | - |
| HSV(B) | 21.49º | 0.66% | 0.79% | - |
| XYZ | 31.65 | 25.46 | 8.72 | - |
| YUV | 136.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 68 | 0 | 0.43 | 0.66 | 0.21 | 21.49 | 0.56 | 0.53 |
| Hex | CA | 74 | 44 | 0 | 2B | 42 | 15 | 15 | 38 | 35 |
| Octal | 312 | 164 | 104 | 0 | 53 | 102 | 25 | 25 | 70 | 65 |
| Binary | 11001010 | 1110100 | 1000100 | 0 | 101011 | 1000010 | 10101 | 10101 | 111000 | 110101 |
Color Harmonies of #CA7444
Complementary color
Monochromatic Colors of #CA7444
Black with #CA7444
Text Example
Text Example
White with #CA7444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7444; }
p { color: rgb(202,116,68); }
H1.HeaderClassName
{
color: #CA7444;
}
.AnyTagClassName
{
color: #CA7444;
}
</style>
background-color css
<style>
a { background-color: #CA7444; }
a { background-color: rgb(202,116,68); }
div.DivClassName
{
background-color: #CA7444;
}
.BgClassName
{
background-color: #CA7444;
}
</style>
border-color css
<style>
span { border-color: #CA7444; }
span { border-color: rgb(202,116,68); }
td.TdClassName
{
border-color: #CA7444;
}
.TagClassName
{
border-color: #CA7444;
}
</style>