Shades of Red Damask #CA754B
Tints of Red Damask #CA754B
RGB
CMYK
RGB Variations
Color information
#CA754B (or 0xCA754B) is known color: Red Damask. HEX triplet: CA, 75 and 4B. RGB value is (202,117,75). Sum of RGB (Red+Green+Blue) = 202+117+75=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA754B is #358AB4. Grayscale: #898989. Windows color (decimal): -3508917 or 4945354. OLE color: 4945354.
HSL color Cylindrical-coordinate representation of color #CA754B: hue angle of 19.84º 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 #CA754B is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 75 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.21 |
| HSL | 19.84º | 0.55% | 0.54% | - |
| HSV(B) | 19.84º | 0.63% | 0.79% | - |
| XYZ | 31.99 | 25.79 | 9.95 | - |
| YUV | 137.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 75 | 0 | 0.42 | 0.63 | 0.21 | 19.84 | 0.55 | 0.54 |
| Hex | CA | 75 | 4B | 0 | 2A | 3F | 15 | 14 | 37 | 36 |
| Octal | 312 | 165 | 113 | 0 | 52 | 77 | 25 | 24 | 67 | 66 |
| Binary | 11001010 | 1110101 | 1001011 | 0 | 101010 | 111111 | 10101 | 10100 | 110111 | 110110 |
Color Harmonies of #CA754B
Complementary color
Monochromatic Colors of #CA754B
Black with #CA754B
Text Example
Text Example
White with #CA754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA754B; }
p { color: rgb(202,117,75); }
H1.HeaderClassName
{
color: #CA754B;
}
.AnyTagClassName
{
color: #CA754B;
}
</style>
background-color css
<style>
a { background-color: #CA754B; }
a { background-color: rgb(202,117,75); }
div.DivClassName
{
background-color: #CA754B;
}
.BgClassName
{
background-color: #CA754B;
}
</style>
border-color css
<style>
span { border-color: #CA754B; }
span { border-color: rgb(202,117,75); }
td.TdClassName
{
border-color: #CA754B;
}
.TagClassName
{
border-color: #CA754B;
}
</style>