Shades of Red Damask #CA744B
Tints of Red Damask #CA744B
RGB
CMYK
RGB Variations
Color information
#CA744B (or 0xCA744B) is known color: Red Damask. HEX triplet: CA, 74 and 4B. RGB value is (202,116,75). Sum of RGB (Red+Green+Blue) = 202+116+75=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA744B is #358BB4. Grayscale: #898989. Windows color (decimal): -3509173 or 4945098. OLE color: 4945098.
HSL color Cylindrical-coordinate representation of color #CA744B: hue angle of 19.37º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA744B is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 75 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.21 |
| HSL | 19.37º | 0.55% | 0.54% | - |
| HSV(B) | 19.37º | 0.63% | 0.79% | - |
| XYZ | 31.87 | 25.56 | 9.91 | - |
| YUV | 137.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 75 | 0 | 0.43 | 0.63 | 0.21 | 19.37 | 0.55 | 0.54 |
| Hex | CA | 74 | 4B | 0 | 2B | 3F | 15 | 13 | 37 | 36 |
| Octal | 312 | 164 | 113 | 0 | 53 | 77 | 25 | 23 | 67 | 66 |
| Binary | 11001010 | 1110100 | 1001011 | 0 | 101011 | 111111 | 10101 | 10011 | 110111 | 110110 |
Color Harmonies of #CA744B
Complementary color
Monochromatic Colors of #CA744B
Black with #CA744B
Text Example
Text Example
White with #CA744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA744B; }
p { color: rgb(202,116,75); }
H1.HeaderClassName
{
color: #CA744B;
}
.AnyTagClassName
{
color: #CA744B;
}
</style>
background-color css
<style>
a { background-color: #CA744B; }
a { background-color: rgb(202,116,75); }
div.DivClassName
{
background-color: #CA744B;
}
.BgClassName
{
background-color: #CA744B;
}
</style>
border-color css
<style>
span { border-color: #CA744B; }
span { border-color: rgb(202,116,75); }
td.TdClassName
{
border-color: #CA744B;
}
.TagClassName
{
border-color: #CA744B;
}
</style>