Shades of Red Damask #CA754D
Tints of Red Damask #CA754D
RGB
CMYK
RGB Variations
Color information
#CA754D (or 0xCA754D) is known color: Red Damask. HEX triplet: CA, 75 and 4D. RGB value is (202,117,77). Sum of RGB (Red+Green+Blue) = 202+117+77=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA754D is #358AB2. Grayscale: #8A8A8A. Windows color (decimal): -3508915 or 5076426. OLE color: 5076426.
HSL color Cylindrical-coordinate representation of color #CA754D: hue angle of 19.2º 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 #CA754D is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 77 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.21 |
| HSL | 19.2º | 0.54% | 0.55% | - |
| HSV(B) | 19.2º | 0.62% | 0.79% | - |
| XYZ | 32.06 | 25.81 | 10.31 | - |
| YUV | 137.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 77 | 0 | 0.42 | 0.62 | 0.21 | 19.2 | 0.54 | 0.55 |
| Hex | CA | 75 | 4D | 0 | 2A | 3E | 15 | 13 | 36 | 37 |
| Octal | 312 | 165 | 115 | 0 | 52 | 76 | 25 | 23 | 66 | 67 |
| Binary | 11001010 | 1110101 | 1001101 | 0 | 101010 | 111110 | 10101 | 10011 | 110110 | 110111 |
Color Harmonies of #CA754D
Complementary color
Monochromatic Colors of #CA754D
Black with #CA754D
Text Example
Text Example
White with #CA754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA754D; }
p { color: rgb(202,117,77); }
H1.HeaderClassName
{
color: #CA754D;
}
.AnyTagClassName
{
color: #CA754D;
}
</style>
background-color css
<style>
a { background-color: #CA754D; }
a { background-color: rgb(202,117,77); }
div.DivClassName
{
background-color: #CA754D;
}
.BgClassName
{
background-color: #CA754D;
}
</style>
border-color css
<style>
span { border-color: #CA754D; }
span { border-color: rgb(202,117,77); }
td.TdClassName
{
border-color: #CA754D;
}
.TagClassName
{
border-color: #CA754D;
}
</style>