Shades of Red Damask #CC7648
Tints of Red Damask #CC7648
RGB
CMYK
RGB Variations
Color information
#CC7648 (or 0xCC7648) is known color: Red Damask. HEX triplet: CC, 76 and 48. RGB value is (204,118,72). Sum of RGB (Red+Green+Blue) = 204+118+72=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7648 is #3389B7. Grayscale: #8A8A8A. Windows color (decimal): -3377592 or 4749004. OLE color: 4749004.
HSL color Cylindrical-coordinate representation of color #CC7648: hue angle of 20.91º degrees, saturation: 0.56, 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 #CC7648 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 72 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.2 |
| HSL | 20.91º | 0.56% | 0.54% | - |
| HSV(B) | 20.91º | 0.65% | 0.8% | - |
| XYZ | 32.55 | 26.26 | 9.48 | - |
| YUV | 138.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 72 | 0 | 0.42 | 0.65 | 0.2 | 20.91 | 0.56 | 0.54 |
| Hex | CC | 76 | 48 | 0 | 2A | 41 | 14 | 15 | 38 | 36 |
| Octal | 314 | 166 | 110 | 0 | 52 | 101 | 24 | 25 | 70 | 66 |
| Binary | 11001100 | 1110110 | 1001000 | 0 | 101010 | 1000001 | 10100 | 10101 | 111000 | 110110 |
Color Harmonies of #CC7648
Complementary color
Monochromatic Colors of #CC7648
Black with #CC7648
Text Example
Text Example
White with #CC7648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7648; }
p { color: rgb(204,118,72); }
H1.HeaderClassName
{
color: #CC7648;
}
.AnyTagClassName
{
color: #CC7648;
}
</style>
background-color css
<style>
a { background-color: #CC7648; }
a { background-color: rgb(204,118,72); }
div.DivClassName
{
background-color: #CC7648;
}
.BgClassName
{
background-color: #CC7648;
}
</style>
border-color css
<style>
span { border-color: #CC7648; }
span { border-color: rgb(204,118,72); }
td.TdClassName
{
border-color: #CC7648;
}
.TagClassName
{
border-color: #CC7648;
}
</style>