Shades of Red Damask #CA684D
Tints of Red Damask #CA684D
RGB
CMYK
RGB Variations
Color information
#CA684D (or 0xCA684D) is known color: Red Damask. HEX triplet: CA, 68 and 4D. RGB value is (202,104,77). Sum of RGB (Red+Green+Blue) = 202+104+77=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA684D is #3597B2. Grayscale: #828282. Windows color (decimal): -3512243 or 5073098. OLE color: 5073098.
HSL color Cylindrical-coordinate representation of color #CA684D: hue angle of 12.96º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA684D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 77 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.21 |
| HSL | 12.96º | 0.54% | 0.55% | - |
| HSV(B) | 12.96º | 0.62% | 0.79% | - |
| XYZ | 30.65 | 22.99 | 9.84 | - |
| YUV | 130.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 77 | 0 | 0.49 | 0.62 | 0.21 | 12.96 | 0.54 | 0.55 |
| Hex | CA | 68 | 4D | 0 | 31 | 3E | 15 | D | 36 | 37 |
| Octal | 312 | 150 | 115 | 0 | 61 | 76 | 25 | 15 | 66 | 67 |
| Binary | 11001010 | 1101000 | 1001101 | 0 | 110001 | 111110 | 10101 | 1101 | 110110 | 110111 |
Color Harmonies of #CA684D
Complementary color
Monochromatic Colors of #CA684D
Black with #CA684D
Text Example
Text Example
White with #CA684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA684D; }
p { color: rgb(202,104,77); }
H1.HeaderClassName
{
color: #CA684D;
}
.AnyTagClassName
{
color: #CA684D;
}
</style>
background-color css
<style>
a { background-color: #CA684D; }
a { background-color: rgb(202,104,77); }
div.DivClassName
{
background-color: #CA684D;
}
.BgClassName
{
background-color: #CA684D;
}
</style>
border-color css
<style>
span { border-color: #CA684D; }
span { border-color: rgb(202,104,77); }
td.TdClassName
{
border-color: #CA684D;
}
.TagClassName
{
border-color: #CA684D;
}
</style>