Shades of Red Damask #CA774C
Tints of Red Damask #CA774C
RGB
CMYK
RGB Variations
Color information
#CA774C (or 0xCA774C) is known color: Red Damask. HEX triplet: CA, 77 and 4C. RGB value is (202,119,76). Sum of RGB (Red+Green+Blue) = 202+119+76=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA774C is #3588B3. Grayscale: #8B8B8B. Windows color (decimal): -3508404 or 5011402. OLE color: 5011402.
HSL color Cylindrical-coordinate representation of color #CA774C: hue angle of 20.48º 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 #CA774C is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 76 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.21 |
| HSL | 20.48º | 0.54% | 0.55% | - |
| HSV(B) | 20.48º | 0.62% | 0.79% | - |
| XYZ | 32.26 | 26.27 | 10.21 | - |
| YUV | 138.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 76 | 0 | 0.41 | 0.62 | 0.21 | 20.48 | 0.54 | 0.55 |
| Hex | CA | 77 | 4C | 0 | 29 | 3E | 15 | 14 | 36 | 37 |
| Octal | 312 | 167 | 114 | 0 | 51 | 76 | 25 | 24 | 66 | 67 |
| Binary | 11001010 | 1110111 | 1001100 | 0 | 101001 | 111110 | 10101 | 10100 | 110110 | 110111 |
Color Harmonies of #CA774C
Complementary color
Monochromatic Colors of #CA774C
Black with #CA774C
Text Example
Text Example
White with #CA774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA774C; }
p { color: rgb(202,119,76); }
H1.HeaderClassName
{
color: #CA774C;
}
.AnyTagClassName
{
color: #CA774C;
}
</style>
background-color css
<style>
a { background-color: #CA774C; }
a { background-color: rgb(202,119,76); }
div.DivClassName
{
background-color: #CA774C;
}
.BgClassName
{
background-color: #CA774C;
}
</style>
border-color css
<style>
span { border-color: #CA774C; }
span { border-color: rgb(202,119,76); }
td.TdClassName
{
border-color: #CA774C;
}
.TagClassName
{
border-color: #CA774C;
}
</style>