Shades of Red Damask #CA6C47
Tints of Red Damask #CA6C47
RGB
CMYK
RGB Variations
Color information
#CA6C47 (or 0xCA6C47) is known color: Red Damask. HEX triplet: CA, 6C and 47. RGB value is (202,108,71). Sum of RGB (Red+Green+Blue) = 202+108+71=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6C47 is #3593B8. Grayscale: #848484. Windows color (decimal): -3511225 or 4680906. OLE color: 4680906.
HSL color Cylindrical-coordinate representation of color #CA6C47: hue angle of 16.95º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA6C47 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 71 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.21 |
| HSL | 16.95º | 0.55% | 0.54% | - |
| HSV(B) | 16.95º | 0.65% | 0.79% | - |
| XYZ | 30.86 | 23.74 | 8.92 | - |
| YUV | 131.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 71 | 0 | 0.47 | 0.65 | 0.21 | 16.95 | 0.55 | 0.54 |
| Hex | CA | 6C | 47 | 0 | 2F | 41 | 15 | 11 | 37 | 36 |
| Octal | 312 | 154 | 107 | 0 | 57 | 101 | 25 | 21 | 67 | 66 |
| Binary | 11001010 | 1101100 | 1000111 | 0 | 101111 | 1000001 | 10101 | 10001 | 110111 | 110110 |
Color Harmonies of #CA6C47
Complementary color
Monochromatic Colors of #CA6C47
Black with #CA6C47
Text Example
Text Example
White with #CA6C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6C47; }
p { color: rgb(202,108,71); }
H1.HeaderClassName
{
color: #CA6C47;
}
.AnyTagClassName
{
color: #CA6C47;
}
</style>
background-color css
<style>
a { background-color: #CA6C47; }
a { background-color: rgb(202,108,71); }
div.DivClassName
{
background-color: #CA6C47;
}
.BgClassName
{
background-color: #CA6C47;
}
</style>
border-color css
<style>
span { border-color: #CA6C47; }
span { border-color: rgb(202,108,71); }
td.TdClassName
{
border-color: #CA6C47;
}
.TagClassName
{
border-color: #CA6C47;
}
</style>