Shades of Red Damask #CA6A42
Tints of Red Damask #CA6A42
RGB
CMYK
RGB Variations
Color information
#CA6A42 (or 0xCA6A42) is known color: Red Damask. HEX triplet: CA, 6A and 42. RGB value is (202,106,66). Sum of RGB (Red+Green+Blue) = 202+106+66=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A42 is #3595BD. Grayscale: #828282. Windows color (decimal): -3511742 or 4352714. OLE color: 4352714.
HSL color Cylindrical-coordinate representation of color #CA6A42: hue angle of 17.65º 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 #CA6A42 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 66 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.21 |
| HSL | 17.65º | 0.56% | 0.53% | - |
| HSV(B) | 17.65º | 0.67% | 0.79% | - |
| XYZ | 30.49 | 23.26 | 8.04 | - |
| YUV | 130.14 | 91.8 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 66 | 0 | 0.48 | 0.67 | 0.21 | 17.65 | 0.56 | 0.53 |
| Hex | CA | 6A | 42 | 0 | 30 | 43 | 15 | 12 | 38 | 35 |
| Octal | 312 | 152 | 102 | 0 | 60 | 103 | 25 | 22 | 70 | 65 |
| Binary | 11001010 | 1101010 | 1000010 | 0 | 110000 | 1000011 | 10101 | 10010 | 111000 | 110101 |
Color Harmonies of #CA6A42
Complementary color
Monochromatic Colors of #CA6A42
Black with #CA6A42
Text Example
Text Example
White with #CA6A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A42; }
p { color: rgb(202,106,66); }
H1.HeaderClassName
{
color: #CA6A42;
}
.AnyTagClassName
{
color: #CA6A42;
}
</style>
background-color css
<style>
a { background-color: #CA6A42; }
a { background-color: rgb(202,106,66); }
div.DivClassName
{
background-color: #CA6A42;
}
.BgClassName
{
background-color: #CA6A42;
}
</style>
border-color css
<style>
span { border-color: #CA6A42; }
span { border-color: rgb(202,106,66); }
td.TdClassName
{
border-color: #CA6A42;
}
.TagClassName
{
border-color: #CA6A42;
}
</style>