Shades of Red Damask #CA6B4E
Tints of Red Damask #CA6B4E
RGB
CMYK
RGB Variations
Color information
#CA6B4E (or 0xCA6B4E) is known color: Red Damask. HEX triplet: CA, 6B and 4E. RGB value is (202,107,78). Sum of RGB (Red+Green+Blue) = 202+107+78=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B4E is #3594B1. Grayscale: #848484. Windows color (decimal): -3511474 or 5139402. OLE color: 5139402.
HSL color Cylindrical-coordinate representation of color #CA6B4E: hue angle of 14.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA6B4E is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 78 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.21 |
| HSL | 14.03º | 0.54% | 0.55% | - |
| HSV(B) | 14.03º | 0.61% | 0.79% | - |
| XYZ | 30.99 | 23.62 | 10.13 | - |
| YUV | 132.1 | 97.47 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 78 | 0 | 0.47 | 0.61 | 0.21 | 14.03 | 0.54 | 0.55 |
| Hex | CA | 6B | 4E | 0 | 2F | 3D | 15 | E | 36 | 37 |
| Octal | 312 | 153 | 116 | 0 | 57 | 75 | 25 | 16 | 66 | 67 |
| Binary | 11001010 | 1101011 | 1001110 | 0 | 101111 | 111101 | 10101 | 1110 | 110110 | 110111 |
Color Harmonies of #CA6B4E
Complementary color
Monochromatic Colors of #CA6B4E
Black with #CA6B4E
Text Example
Text Example
White with #CA6B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B4E; }
p { color: rgb(202,107,78); }
H1.HeaderClassName
{
color: #CA6B4E;
}
.AnyTagClassName
{
color: #CA6B4E;
}
</style>
background-color css
<style>
a { background-color: #CA6B4E; }
a { background-color: rgb(202,107,78); }
div.DivClassName
{
background-color: #CA6B4E;
}
.BgClassName
{
background-color: #CA6B4E;
}
</style>
border-color css
<style>
span { border-color: #CA6B4E; }
span { border-color: rgb(202,107,78); }
td.TdClassName
{
border-color: #CA6B4E;
}
.TagClassName
{
border-color: #CA6B4E;
}
</style>