Shades of Red Damask #CA6F47
Tints of Red Damask #CA6F47
RGB
CMYK
RGB Variations
Color information
#CA6F47 (or 0xCA6F47) is known color: Red Damask. HEX triplet: CA, 6F and 47. RGB value is (202,111,71). Sum of RGB (Red+Green+Blue) = 202+111+71=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6F47 is #3590B8. Grayscale: #858585. Windows color (decimal): -3510457 or 4681674. OLE color: 4681674.
HSL color Cylindrical-coordinate representation of color #CA6F47: hue angle of 18.32º 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 #CA6F47 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 71 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.21 |
| HSL | 18.32º | 0.55% | 0.54% | - |
| HSV(B) | 18.32º | 0.65% | 0.79% | - |
| XYZ | 31.18 | 24.38 | 9.02 | - |
| YUV | 133.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 71 | 0 | 0.45 | 0.65 | 0.21 | 18.32 | 0.55 | 0.54 |
| Hex | CA | 6F | 47 | 0 | 2D | 41 | 15 | 12 | 37 | 36 |
| Octal | 312 | 157 | 107 | 0 | 55 | 101 | 25 | 22 | 67 | 66 |
| Binary | 11001010 | 1101111 | 1000111 | 0 | 101101 | 1000001 | 10101 | 10010 | 110111 | 110110 |
Color Harmonies of #CA6F47
Complementary color
Monochromatic Colors of #CA6F47
Black with #CA6F47
Text Example
Text Example
White with #CA6F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F47; }
p { color: rgb(202,111,71); }
H1.HeaderClassName
{
color: #CA6F47;
}
.AnyTagClassName
{
color: #CA6F47;
}
</style>
background-color css
<style>
a { background-color: #CA6F47; }
a { background-color: rgb(202,111,71); }
div.DivClassName
{
background-color: #CA6F47;
}
.BgClassName
{
background-color: #CA6F47;
}
</style>
border-color css
<style>
span { border-color: #CA6F47; }
span { border-color: rgb(202,111,71); }
td.TdClassName
{
border-color: #CA6F47;
}
.TagClassName
{
border-color: #CA6F47;
}
</style>