Shades of Red Damask #CA6E42
Tints of Red Damask #CA6E42
RGB
CMYK
RGB Variations
Color information
#CA6E42 (or 0xCA6E42) is known color: Red Damask. HEX triplet: CA, 6E and 42. RGB value is (202,110,66). Sum of RGB (Red+Green+Blue) = 202+110+66=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E42 is #3591BD. Grayscale: #848484. Windows color (decimal): -3510718 or 4353738. OLE color: 4353738.
HSL color Cylindrical-coordinate representation of color #CA6E42: hue angle of 19.41º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA6E42 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 66 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.21 |
| HSL | 19.41º | 0.56% | 0.53% | - |
| HSV(B) | 19.41º | 0.67% | 0.79% | - |
| XYZ | 30.92 | 24.1 | 8.18 | - |
| YUV | 132.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 66 | 0 | 0.46 | 0.67 | 0.21 | 19.41 | 0.56 | 0.53 |
| Hex | CA | 6E | 42 | 0 | 2E | 43 | 15 | 13 | 38 | 35 |
| Octal | 312 | 156 | 102 | 0 | 56 | 103 | 25 | 23 | 70 | 65 |
| Binary | 11001010 | 1101110 | 1000010 | 0 | 101110 | 1000011 | 10101 | 10011 | 111000 | 110101 |
Color Harmonies of #CA6E42
Complementary color
Monochromatic Colors of #CA6E42
Black with #CA6E42
Text Example
Text Example
White with #CA6E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E42; }
p { color: rgb(202,110,66); }
H1.HeaderClassName
{
color: #CA6E42;
}
.AnyTagClassName
{
color: #CA6E42;
}
</style>
background-color css
<style>
a { background-color: #CA6E42; }
a { background-color: rgb(202,110,66); }
div.DivClassName
{
background-color: #CA6E42;
}
.BgClassName
{
background-color: #CA6E42;
}
</style>
border-color css
<style>
span { border-color: #CA6E42; }
span { border-color: rgb(202,110,66); }
td.TdClassName
{
border-color: #CA6E42;
}
.TagClassName
{
border-color: #CA6E42;
}
</style>