Shades of Red Damask #CC7349
Tints of Red Damask #CC7349
RGB
CMYK
RGB Variations
Color information
#CC7349 (or 0xCC7349) is known color: Red Damask. HEX triplet: CC, 73 and 49. RGB value is (204,115,73). Sum of RGB (Red+Green+Blue) = 204+115+73=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7349 is #338CB6. Grayscale: #898989. Windows color (decimal): -3378359 or 4813772. OLE color: 4813772.
HSL color Cylindrical-coordinate representation of color #CC7349: hue angle of 19.24º 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 #CC7349 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 73 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.2 |
| HSL | 19.24º | 0.56% | 0.54% | - |
| HSV(B) | 19.24º | 0.64% | 0.8% | - |
| XYZ | 32.24 | 25.58 | 9.54 | - |
| YUV | 136.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 73 | 0 | 0.44 | 0.64 | 0.2 | 19.24 | 0.56 | 0.54 |
| Hex | CC | 73 | 49 | 0 | 2C | 40 | 14 | 13 | 38 | 36 |
| Octal | 314 | 163 | 111 | 0 | 54 | 100 | 24 | 23 | 70 | 66 |
| Binary | 11001100 | 1110011 | 1001001 | 0 | 101100 | 1000000 | 10100 | 10011 | 111000 | 110110 |
Color Harmonies of #CC7349
Complementary color
Monochromatic Colors of #CC7349
Black with #CC7349
Text Example
Text Example
White with #CC7349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7349; }
p { color: rgb(204,115,73); }
H1.HeaderClassName
{
color: #CC7349;
}
.AnyTagClassName
{
color: #CC7349;
}
</style>
background-color css
<style>
a { background-color: #CC7349; }
a { background-color: rgb(204,115,73); }
div.DivClassName
{
background-color: #CC7349;
}
.BgClassName
{
background-color: #CC7349;
}
</style>
border-color css
<style>
span { border-color: #CC7349; }
span { border-color: rgb(204,115,73); }
td.TdClassName
{
border-color: #CC7349;
}
.TagClassName
{
border-color: #CC7349;
}
</style>