Shades of Red Damask #CA7452
Tints of Red Damask #CA7452
RGB
CMYK
RGB Variations
Color information
#CA7452 (or 0xCA7452) is known color: Red Damask. HEX triplet: CA, 74 and 52. RGB value is (202,116,82). Sum of RGB (Red+Green+Blue) = 202+116+82=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7452 is #358BAD. Grayscale: #8A8A8A. Windows color (decimal): -3509166 or 5403850. OLE color: 5403850.
HSL color Cylindrical-coordinate representation of color #CA7452: hue angle of 17º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA7452 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 82 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.21 |
| HSL | 17º | 0.53% | 0.56% | - |
| HSV(B) | 17º | 0.59% | 0.79% | - |
| XYZ | 32.13 | 25.66 | 11.24 | - |
| YUV | 137.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 82 | 0 | 0.43 | 0.59 | 0.21 | 17 | 0.53 | 0.56 |
| Hex | CA | 74 | 52 | 0 | 2B | 3B | 15 | 11 | 35 | 38 |
| Octal | 312 | 164 | 122 | 0 | 53 | 73 | 25 | 21 | 65 | 70 |
| Binary | 11001010 | 1110100 | 1010010 | 0 | 101011 | 111011 | 10101 | 10001 | 110101 | 111000 |
Color Harmonies of #CA7452
Complementary color
Monochromatic Colors of #CA7452
Black with #CA7452
Text Example
Text Example
White with #CA7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7452; }
p { color: rgb(202,116,82); }
H1.HeaderClassName
{
color: #CA7452;
}
.AnyTagClassName
{
color: #CA7452;
}
</style>
background-color css
<style>
a { background-color: #CA7452; }
a { background-color: rgb(202,116,82); }
div.DivClassName
{
background-color: #CA7452;
}
.BgClassName
{
background-color: #CA7452;
}
</style>
border-color css
<style>
span { border-color: #CA7452; }
span { border-color: rgb(202,116,82); }
td.TdClassName
{
border-color: #CA7452;
}
.TagClassName
{
border-color: #CA7452;
}
</style>