Shades of Red Damask #CA724A
Tints of Red Damask #CA724A
RGB
CMYK
RGB Variations
Color information
#CA724A (or 0xCA724A) is known color: Red Damask. HEX triplet: CA, 72 and 4A. RGB value is (202,114,74). Sum of RGB (Red+Green+Blue) = 202+114+74=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA724A is #358DB5. Grayscale: #888888. Windows color (decimal): -3509686 or 4879050. OLE color: 4879050.
HSL color Cylindrical-coordinate representation of color #CA724A: hue angle of 18.75º 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 #CA724A is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 74 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.21 |
| HSL | 18.75º | 0.55% | 0.54% | - |
| HSV(B) | 18.75º | 0.63% | 0.79% | - |
| XYZ | 31.61 | 25.09 | 9.65 | - |
| YUV | 135.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 74 | 0 | 0.44 | 0.63 | 0.21 | 18.75 | 0.55 | 0.54 |
| Hex | CA | 72 | 4A | 0 | 2C | 3F | 15 | 13 | 37 | 36 |
| Octal | 312 | 162 | 112 | 0 | 54 | 77 | 25 | 23 | 67 | 66 |
| Binary | 11001010 | 1110010 | 1001010 | 0 | 101100 | 111111 | 10101 | 10011 | 110111 | 110110 |
Color Harmonies of #CA724A
Complementary color
Monochromatic Colors of #CA724A
Black with #CA724A
Text Example
Text Example
White with #CA724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA724A; }
p { color: rgb(202,114,74); }
H1.HeaderClassName
{
color: #CA724A;
}
.AnyTagClassName
{
color: #CA724A;
}
</style>
background-color css
<style>
a { background-color: #CA724A; }
a { background-color: rgb(202,114,74); }
div.DivClassName
{
background-color: #CA724A;
}
.BgClassName
{
background-color: #CA724A;
}
</style>
border-color css
<style>
span { border-color: #CA724A; }
span { border-color: rgb(202,114,74); }
td.TdClassName
{
border-color: #CA724A;
}
.TagClassName
{
border-color: #CA724A;
}
</style>