Shades of Red Damask #CC7547
Tints of Red Damask #CC7547
RGB
CMYK
RGB Variations
Color information
#CC7547 (or 0xCC7547) is known color: Red Damask. HEX triplet: CC, 75 and 47. RGB value is (204,117,71). Sum of RGB (Red+Green+Blue) = 204+117+71=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7547 is #338AB8. Grayscale: #8A8A8A. Windows color (decimal): -3377849 or 4683212. OLE color: 4683212.
HSL color Cylindrical-coordinate representation of color #CC7547: hue angle of 20.75º 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 #CC7547 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 71 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.2 |
| HSL | 20.75º | 0.57% | 0.54% | - |
| HSV(B) | 20.75º | 0.65% | 0.8% | - |
| XYZ | 32.4 | 26.01 | 9.27 | - |
| YUV | 137.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 71 | 0 | 0.43 | 0.65 | 0.2 | 20.75 | 0.57 | 0.54 |
| Hex | CC | 75 | 47 | 0 | 2B | 41 | 14 | 15 | 39 | 36 |
| Octal | 314 | 165 | 107 | 0 | 53 | 101 | 24 | 25 | 71 | 66 |
| Binary | 11001100 | 1110101 | 1000111 | 0 | 101011 | 1000001 | 10100 | 10101 | 111001 | 110110 |
Color Harmonies of #CC7547
Complementary color
Monochromatic Colors of #CC7547
Black with #CC7547
Text Example
Text Example
White with #CC7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7547; }
p { color: rgb(204,117,71); }
H1.HeaderClassName
{
color: #CC7547;
}
.AnyTagClassName
{
color: #CC7547;
}
</style>
background-color css
<style>
a { background-color: #CC7547; }
a { background-color: rgb(204,117,71); }
div.DivClassName
{
background-color: #CC7547;
}
.BgClassName
{
background-color: #CC7547;
}
</style>
border-color css
<style>
span { border-color: #CC7547; }
span { border-color: rgb(204,117,71); }
td.TdClassName
{
border-color: #CC7547;
}
.TagClassName
{
border-color: #CC7547;
}
</style>