Shades of Red Damask #CC7546
Tints of Red Damask #CC7546
RGB
CMYK
RGB Variations
Color information
#CC7546 (or 0xCC7546) is known color: Red Damask. HEX triplet: CC, 75 and 46. RGB value is (204,117,70). Sum of RGB (Red+Green+Blue) = 204+117+70=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7546 is #338AB9. Grayscale: #898989. Windows color (decimal): -3377850 or 4617676. OLE color: 4617676.
HSL color Cylindrical-coordinate representation of color #CC7546: hue angle of 21.04º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC7546 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 70 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.2 |
| HSL | 21.04º | 0.57% | 0.54% | - |
| HSV(B) | 21.04º | 0.66% | 0.8% | - |
| XYZ | 32.37 | 26 | 9.11 | - |
| YUV | 137.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 70 | 0 | 0.43 | 0.66 | 0.2 | 21.04 | 0.57 | 0.54 |
| Hex | CC | 75 | 46 | 0 | 2B | 42 | 14 | 15 | 39 | 36 |
| Octal | 314 | 165 | 106 | 0 | 53 | 102 | 24 | 25 | 71 | 66 |
| Binary | 11001100 | 1110101 | 1000110 | 0 | 101011 | 1000010 | 10100 | 10101 | 111001 | 110110 |
Color Harmonies of #CC7546
Complementary color
Monochromatic Colors of #CC7546
Black with #CC7546
Text Example
Text Example
White with #CC7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7546; }
p { color: rgb(204,117,70); }
H1.HeaderClassName
{
color: #CC7546;
}
.AnyTagClassName
{
color: #CC7546;
}
</style>
background-color css
<style>
a { background-color: #CC7546; }
a { background-color: rgb(204,117,70); }
div.DivClassName
{
background-color: #CC7546;
}
.BgClassName
{
background-color: #CC7546;
}
</style>
border-color css
<style>
span { border-color: #CC7546; }
span { border-color: rgb(204,117,70); }
td.TdClassName
{
border-color: #CC7546;
}
.TagClassName
{
border-color: #CC7546;
}
</style>