Shades of Red Damask #CA764C
Tints of Red Damask #CA764C
RGB
CMYK
RGB Variations
Color information
#CA764C (or 0xCA764C) is known color: Red Damask. HEX triplet: CA, 76 and 4C. RGB value is (202,118,76). Sum of RGB (Red+Green+Blue) = 202+118+76=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA764C is #3589B3. Grayscale: #8A8A8A. Windows color (decimal): -3508660 or 5011146. OLE color: 5011146.
HSL color Cylindrical-coordinate representation of color #CA764C: hue angle of 20º 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 #CA764C is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 76 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.21 |
| HSL | 20º | 0.54% | 0.55% | - |
| HSV(B) | 20º | 0.62% | 0.79% | - |
| XYZ | 32.14 | 26.04 | 10.17 | - |
| YUV | 138.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 76 | 0 | 0.42 | 0.62 | 0.21 | 20 | 0.54 | 0.55 |
| Hex | CA | 76 | 4C | 0 | 2A | 3E | 15 | 14 | 36 | 37 |
| Octal | 312 | 166 | 114 | 0 | 52 | 76 | 25 | 24 | 66 | 67 |
| Binary | 11001010 | 1110110 | 1001100 | 0 | 101010 | 111110 | 10101 | 10100 | 110110 | 110111 |
Color Harmonies of #CA764C
Complementary color
Monochromatic Colors of #CA764C
Black with #CA764C
Text Example
Text Example
White with #CA764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA764C; }
p { color: rgb(202,118,76); }
H1.HeaderClassName
{
color: #CA764C;
}
.AnyTagClassName
{
color: #CA764C;
}
</style>
background-color css
<style>
a { background-color: #CA764C; }
a { background-color: rgb(202,118,76); }
div.DivClassName
{
background-color: #CA764C;
}
.BgClassName
{
background-color: #CA764C;
}
</style>
border-color css
<style>
span { border-color: #CA764C; }
span { border-color: rgb(202,118,76); }
td.TdClassName
{
border-color: #CA764C;
}
.TagClassName
{
border-color: #CA764C;
}
</style>