Shades of Red Damask #CA754E
Tints of Red Damask #CA754E
RGB
CMYK
RGB Variations
Color information
#CA754E (or 0xCA754E) is known color: Red Damask. HEX triplet: CA, 75 and 4E. RGB value is (202,117,78). Sum of RGB (Red+Green+Blue) = 202+117+78=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA754E is #358AB1. Grayscale: #8A8A8A. Windows color (decimal): -3508914 or 5141962. OLE color: 5141962.
HSL color Cylindrical-coordinate representation of color #CA754E: hue angle of 18.87º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA754E is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 78 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.21 |
| HSL | 18.87º | 0.54% | 0.55% | - |
| HSV(B) | 18.87º | 0.61% | 0.79% | - |
| XYZ | 32.09 | 25.83 | 10.5 | - |
| YUV | 137.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 78 | 0 | 0.42 | 0.61 | 0.21 | 18.87 | 0.54 | 0.55 |
| Hex | CA | 75 | 4E | 0 | 2A | 3D | 15 | 13 | 36 | 37 |
| Octal | 312 | 165 | 116 | 0 | 52 | 75 | 25 | 23 | 66 | 67 |
| Binary | 11001010 | 1110101 | 1001110 | 0 | 101010 | 111101 | 10101 | 10011 | 110110 | 110111 |
Color Harmonies of #CA754E
Complementary color
Monochromatic Colors of #CA754E
Black with #CA754E
Text Example
Text Example
White with #CA754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA754E; }
p { color: rgb(202,117,78); }
H1.HeaderClassName
{
color: #CA754E;
}
.AnyTagClassName
{
color: #CA754E;
}
</style>
background-color css
<style>
a { background-color: #CA754E; }
a { background-color: rgb(202,117,78); }
div.DivClassName
{
background-color: #CA754E;
}
.BgClassName
{
background-color: #CA754E;
}
</style>
border-color css
<style>
span { border-color: #CA754E; }
span { border-color: rgb(202,117,78); }
td.TdClassName
{
border-color: #CA754E;
}
.TagClassName
{
border-color: #CA754E;
}
</style>