Shades of Red Damask #CA7351
Tints of Red Damask #CA7351
RGB
CMYK
RGB Variations
Color information
#CA7351 (or 0xCA7351) is known color: Red Damask. HEX triplet: CA, 73 and 51. RGB value is (202,115,81). Sum of RGB (Red+Green+Blue) = 202+115+81=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7351 is #358CAE. Grayscale: #898989. Windows color (decimal): -3509423 or 5338058. OLE color: 5338058.
HSL color Cylindrical-coordinate representation of color #CA7351: hue angle of 16.86º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA7351 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 81 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.21 |
| HSL | 16.86º | 0.53% | 0.55% | - |
| HSV(B) | 16.86º | 0.6% | 0.79% | - |
| XYZ | 31.97 | 25.41 | 11 | - |
| YUV | 137.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 81 | 0 | 0.43 | 0.60 | 0.21 | 16.86 | 0.53 | 0.55 |
| Hex | CA | 73 | 51 | 0 | 2B | 3C | 15 | 11 | 35 | 37 |
| Octal | 312 | 163 | 121 | 0 | 53 | 74 | 25 | 21 | 65 | 67 |
| Binary | 11001010 | 1110011 | 1010001 | 0 | 101011 | 111100 | 10101 | 10001 | 110101 | 110111 |
Color Harmonies of #CA7351
Complementary color
Monochromatic Colors of #CA7351
Black with #CA7351
Text Example
Text Example
White with #CA7351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7351; }
p { color: rgb(202,115,81); }
H1.HeaderClassName
{
color: #CA7351;
}
.AnyTagClassName
{
color: #CA7351;
}
</style>
background-color css
<style>
a { background-color: #CA7351; }
a { background-color: rgb(202,115,81); }
div.DivClassName
{
background-color: #CA7351;
}
.BgClassName
{
background-color: #CA7351;
}
</style>
border-color css
<style>
span { border-color: #CA7351; }
span { border-color: rgb(202,115,81); }
td.TdClassName
{
border-color: #CA7351;
}
.TagClassName
{
border-color: #CA7351;
}
</style>