Shades of Red Damask #CC6E48
Tints of Red Damask #CC6E48
RGB
CMYK
RGB Variations
Color information
#CC6E48 (or 0xCC6E48) is known color: Red Damask. HEX triplet: CC, 6E and 48. RGB value is (204,110,72). Sum of RGB (Red+Green+Blue) = 204+110+72=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6E48 is #3391B7. Grayscale: #868686. Windows color (decimal): -3379640 or 4746956. OLE color: 4746956.
HSL color Cylindrical-coordinate representation of color #CC6E48: hue angle of 17.27º 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 #CC6E48 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 72 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.2 |
| HSL | 17.27º | 0.56% | 0.54% | - |
| HSV(B) | 17.27º | 0.65% | 0.8% | - |
| XYZ | 31.65 | 24.46 | 9.18 | - |
| YUV | 133.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 72 | 0 | 0.46 | 0.65 | 0.2 | 17.27 | 0.56 | 0.54 |
| Hex | CC | 6E | 48 | 0 | 2E | 41 | 14 | 11 | 38 | 36 |
| Octal | 314 | 156 | 110 | 0 | 56 | 101 | 24 | 21 | 70 | 66 |
| Binary | 11001100 | 1101110 | 1001000 | 0 | 101110 | 1000001 | 10100 | 10001 | 111000 | 110110 |
Color Harmonies of #CC6E48
Complementary color
Monochromatic Colors of #CC6E48
Black with #CC6E48
Text Example
Text Example
White with #CC6E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E48; }
p { color: rgb(204,110,72); }
H1.HeaderClassName
{
color: #CC6E48;
}
.AnyTagClassName
{
color: #CC6E48;
}
</style>
background-color css
<style>
a { background-color: #CC6E48; }
a { background-color: rgb(204,110,72); }
div.DivClassName
{
background-color: #CC6E48;
}
.BgClassName
{
background-color: #CC6E48;
}
</style>
border-color css
<style>
span { border-color: #CC6E48; }
span { border-color: rgb(204,110,72); }
td.TdClassName
{
border-color: #CC6E48;
}
.TagClassName
{
border-color: #CC6E48;
}
</style>