Shades of Red Damask #CA734D
Tints of Red Damask #CA734D
RGB
CMYK
RGB Variations
Color information
#CA734D (or 0xCA734D) is known color: Red Damask. HEX triplet: CA, 73 and 4D. RGB value is (202,115,77). Sum of RGB (Red+Green+Blue) = 202+115+77=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA734D is #358CB2. Grayscale: #888888. Windows color (decimal): -3509427 or 5075914. OLE color: 5075914.
HSL color Cylindrical-coordinate representation of color #CA734D: hue angle of 18.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA734D is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 77 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.21 |
| HSL | 18.24º | 0.54% | 0.55% | - |
| HSV(B) | 18.24º | 0.62% | 0.79% | - |
| XYZ | 31.83 | 25.35 | 10.24 | - |
| YUV | 136.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 77 | 0 | 0.43 | 0.62 | 0.21 | 18.24 | 0.54 | 0.55 |
| Hex | CA | 73 | 4D | 0 | 2B | 3E | 15 | 12 | 36 | 37 |
| Octal | 312 | 163 | 115 | 0 | 53 | 76 | 25 | 22 | 66 | 67 |
| Binary | 11001010 | 1110011 | 1001101 | 0 | 101011 | 111110 | 10101 | 10010 | 110110 | 110111 |
Color Harmonies of #CA734D
Complementary color
Monochromatic Colors of #CA734D
Black with #CA734D
Text Example
Text Example
White with #CA734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA734D; }
p { color: rgb(202,115,77); }
H1.HeaderClassName
{
color: #CA734D;
}
.AnyTagClassName
{
color: #CA734D;
}
</style>
background-color css
<style>
a { background-color: #CA734D; }
a { background-color: rgb(202,115,77); }
div.DivClassName
{
background-color: #CA734D;
}
.BgClassName
{
background-color: #CA734D;
}
</style>
border-color css
<style>
span { border-color: #CA734D; }
span { border-color: rgb(202,115,77); }
td.TdClassName
{
border-color: #CA734D;
}
.TagClassName
{
border-color: #CA734D;
}
</style>