Shades of Red Damask #CC6A47
Tints of Red Damask #CC6A47
RGB
CMYK
RGB Variations
Color information
#CC6A47 (or 0xCC6A47) is known color: Red Damask. HEX triplet: CC, 6A and 47. RGB value is (204,106,71). Sum of RGB (Red+Green+Blue) = 204+106+71=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A47 is #3395B8. Grayscale: #838383. Windows color (decimal): -3380665 or 4680396. OLE color: 4680396.
HSL color Cylindrical-coordinate representation of color #CC6A47: hue angle of 15.79º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC6A47 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 71 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.2 |
| HSL | 15.79º | 0.57% | 0.54% | - |
| HSV(B) | 15.79º | 0.65% | 0.8% | - |
| XYZ | 31.19 | 23.6 | 8.87 | - |
| YUV | 131.31 | 93.97 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 71 | 0 | 0.48 | 0.65 | 0.2 | 15.79 | 0.57 | 0.54 |
| Hex | CC | 6A | 47 | 0 | 30 | 41 | 14 | 10 | 39 | 36 |
| Octal | 314 | 152 | 107 | 0 | 60 | 101 | 24 | 20 | 71 | 66 |
| Binary | 11001100 | 1101010 | 1000111 | 0 | 110000 | 1000001 | 10100 | 10000 | 111001 | 110110 |
Color Harmonies of #CC6A47
Complementary color
Monochromatic Colors of #CC6A47
Black with #CC6A47
Text Example
Text Example
White with #CC6A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A47; }
p { color: rgb(204,106,71); }
H1.HeaderClassName
{
color: #CC6A47;
}
.AnyTagClassName
{
color: #CC6A47;
}
</style>
background-color css
<style>
a { background-color: #CC6A47; }
a { background-color: rgb(204,106,71); }
div.DivClassName
{
background-color: #CC6A47;
}
.BgClassName
{
background-color: #CC6A47;
}
</style>
border-color css
<style>
span { border-color: #CC6A47; }
span { border-color: rgb(204,106,71); }
td.TdClassName
{
border-color: #CC6A47;
}
.TagClassName
{
border-color: #CC6A47;
}
</style>