Shades of Red Damask #CC6A49
Tints of Red Damask #CC6A49
RGB
CMYK
RGB Variations
Color information
#CC6A49 (or 0xCC6A49) is known color: Red Damask. HEX triplet: CC, 6A and 49. RGB value is (204,106,73). Sum of RGB (Red+Green+Blue) = 204+106+73=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A49 is #3395B6. Grayscale: #838383. Windows color (decimal): -3380663 or 4811468. OLE color: 4811468.
HSL color Cylindrical-coordinate representation of color #CC6A49: hue angle of 15.11º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC6A49 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 73 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.2 |
| HSL | 15.11º | 0.56% | 0.54% | - |
| HSV(B) | 15.11º | 0.64% | 0.8% | - |
| XYZ | 31.26 | 23.63 | 9.22 | - |
| YUV | 131.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 73 | 0 | 0.48 | 0.64 | 0.2 | 15.11 | 0.56 | 0.54 |
| Hex | CC | 6A | 49 | 0 | 30 | 40 | 14 | F | 38 | 36 |
| Octal | 314 | 152 | 111 | 0 | 60 | 100 | 24 | 17 | 70 | 66 |
| Binary | 11001100 | 1101010 | 1001001 | 0 | 110000 | 1000000 | 10100 | 1111 | 111000 | 110110 |
Color Harmonies of #CC6A49
Complementary color
Monochromatic Colors of #CC6A49
Black with #CC6A49
Text Example
Text Example
White with #CC6A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A49; }
p { color: rgb(204,106,73); }
H1.HeaderClassName
{
color: #CC6A49;
}
.AnyTagClassName
{
color: #CC6A49;
}
</style>
background-color css
<style>
a { background-color: #CC6A49; }
a { background-color: rgb(204,106,73); }
div.DivClassName
{
background-color: #CC6A49;
}
.BgClassName
{
background-color: #CC6A49;
}
</style>
border-color css
<style>
span { border-color: #CC6A49; }
span { border-color: rgb(204,106,73); }
td.TdClassName
{
border-color: #CC6A49;
}
.TagClassName
{
border-color: #CC6A49;
}
</style>