Shades of Red Damask #CA774E
Tints of Red Damask #CA774E
RGB
CMYK
RGB Variations
Color information
#CA774E (or 0xCA774E) is known color: Red Damask. HEX triplet: CA, 77 and 4E. RGB value is (202,119,78). Sum of RGB (Red+Green+Blue) = 202+119+78=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA774E is #3588B1. Grayscale: #8B8B8B. Windows color (decimal): -3508402 or 5142474. OLE color: 5142474.
HSL color Cylindrical-coordinate representation of color #CA774E: hue angle of 19.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA774E is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 78 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.21 |
| HSL | 19.84º | 0.54% | 0.55% | - |
| HSV(B) | 19.84º | 0.61% | 0.79% | - |
| XYZ | 32.33 | 26.3 | 10.58 | - |
| YUV | 139.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 78 | 0 | 0.41 | 0.61 | 0.21 | 19.84 | 0.54 | 0.55 |
| Hex | CA | 77 | 4E | 0 | 29 | 3D | 15 | 14 | 36 | 37 |
| Octal | 312 | 167 | 116 | 0 | 51 | 75 | 25 | 24 | 66 | 67 |
| Binary | 11001010 | 1110111 | 1001110 | 0 | 101001 | 111101 | 10101 | 10100 | 110110 | 110111 |
Color Harmonies of #CA774E
Complementary color
Monochromatic Colors of #CA774E
Black with #CA774E
Text Example
Text Example
White with #CA774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA774E; }
p { color: rgb(202,119,78); }
H1.HeaderClassName
{
color: #CA774E;
}
.AnyTagClassName
{
color: #CA774E;
}
</style>
background-color css
<style>
a { background-color: #CA774E; }
a { background-color: rgb(202,119,78); }
div.DivClassName
{
background-color: #CA774E;
}
.BgClassName
{
background-color: #CA774E;
}
</style>
border-color css
<style>
span { border-color: #CA774E; }
span { border-color: rgb(202,119,78); }
td.TdClassName
{
border-color: #CA774E;
}
.TagClassName
{
border-color: #CA774E;
}
</style>