Shades of Red Damask #CA6F43
Tints of Red Damask #CA6F43
RGB
CMYK
RGB Variations
Color information
#CA6F43 (or 0xCA6F43) is known color: Red Damask. HEX triplet: CA, 6F and 43. RGB value is (202,111,67). Sum of RGB (Red+Green+Blue) = 202+111+67=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6F43 is #3590BC. Grayscale: #858585. Windows color (decimal): -3510461 or 4419530. OLE color: 4419530.
HSL color Cylindrical-coordinate representation of color #CA6F43: hue angle of 19.56º 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 #CA6F43 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 67 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.21 |
| HSL | 19.56º | 0.56% | 0.53% | - |
| HSV(B) | 19.56º | 0.67% | 0.79% | - |
| XYZ | 31.05 | 24.33 | 8.37 | - |
| YUV | 133.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 67 | 0 | 0.45 | 0.67 | 0.21 | 19.56 | 0.56 | 0.53 |
| Hex | CA | 6F | 43 | 0 | 2D | 43 | 15 | 14 | 38 | 35 |
| Octal | 312 | 157 | 103 | 0 | 55 | 103 | 25 | 24 | 70 | 65 |
| Binary | 11001010 | 1101111 | 1000011 | 0 | 101101 | 1000011 | 10101 | 10100 | 111000 | 110101 |
Color Harmonies of #CA6F43
Complementary color
Monochromatic Colors of #CA6F43
Black with #CA6F43
Text Example
Text Example
White with #CA6F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F43; }
p { color: rgb(202,111,67); }
H1.HeaderClassName
{
color: #CA6F43;
}
.AnyTagClassName
{
color: #CA6F43;
}
</style>
background-color css
<style>
a { background-color: #CA6F43; }
a { background-color: rgb(202,111,67); }
div.DivClassName
{
background-color: #CA6F43;
}
.BgClassName
{
background-color: #CA6F43;
}
</style>
border-color css
<style>
span { border-color: #CA6F43; }
span { border-color: rgb(202,111,67); }
td.TdClassName
{
border-color: #CA6F43;
}
.TagClassName
{
border-color: #CA6F43;
}
</style>