Shades of Red Damask #CA764D
Tints of Red Damask #CA764D
RGB
CMYK
RGB Variations
Color information
#CA764D (or 0xCA764D) is known color: Red Damask. HEX triplet: CA, 76 and 4D. RGB value is (202,118,77). Sum of RGB (Red+Green+Blue) = 202+118+77=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA764D is #3589B2. Grayscale: #8A8A8A. Windows color (decimal): -3508659 or 5076682. OLE color: 5076682.
HSL color Cylindrical-coordinate representation of color #CA764D: hue angle of 19.68º 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 #CA764D is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 77 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.21 |
| HSL | 19.68º | 0.54% | 0.55% | - |
| HSV(B) | 19.68º | 0.62% | 0.79% | - |
| XYZ | 32.18 | 26.05 | 10.35 | - |
| YUV | 138.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 77 | 0 | 0.42 | 0.62 | 0.21 | 19.68 | 0.54 | 0.55 |
| Hex | CA | 76 | 4D | 0 | 2A | 3E | 15 | 14 | 36 | 37 |
| Octal | 312 | 166 | 115 | 0 | 52 | 76 | 25 | 24 | 66 | 67 |
| Binary | 11001010 | 1110110 | 1001101 | 0 | 101010 | 111110 | 10101 | 10100 | 110110 | 110111 |
Color Harmonies of #CA764D
Complementary color
Monochromatic Colors of #CA764D
Black with #CA764D
Text Example
Text Example
White with #CA764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA764D; }
p { color: rgb(202,118,77); }
H1.HeaderClassName
{
color: #CA764D;
}
.AnyTagClassName
{
color: #CA764D;
}
</style>
background-color css
<style>
a { background-color: #CA764D; }
a { background-color: rgb(202,118,77); }
div.DivClassName
{
background-color: #CA764D;
}
.BgClassName
{
background-color: #CA764D;
}
</style>
border-color css
<style>
span { border-color: #CA764D; }
span { border-color: rgb(202,118,77); }
td.TdClassName
{
border-color: #CA764D;
}
.TagClassName
{
border-color: #CA764D;
}
</style>