Shades of Red Damask #CC7144
Tints of Red Damask #CC7144
RGB
CMYK
RGB Variations
Color information
#CC7144 (or 0xCC7144) is known color: Red Damask. HEX triplet: CC, 71 and 44. RGB value is (204,113,68). Sum of RGB (Red+Green+Blue) = 204+113+68=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7144 is #338EBB. Grayscale: #878787. Windows color (decimal): -3378876 or 4485580. OLE color: 4485580.
HSL color Cylindrical-coordinate representation of color #CC7144: hue angle of 19.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC7144 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 68 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.2 |
| HSL | 19.85º | 0.57% | 0.53% | - |
| HSV(B) | 19.85º | 0.67% | 0.8% | - |
| XYZ | 31.85 | 25.06 | 8.63 | - |
| YUV | 135.08 | 90.15 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 68 | 0 | 0.45 | 0.67 | 0.2 | 19.85 | 0.57 | 0.53 |
| Hex | CC | 71 | 44 | 0 | 2D | 43 | 14 | 14 | 39 | 35 |
| Octal | 314 | 161 | 104 | 0 | 55 | 103 | 24 | 24 | 71 | 65 |
| Binary | 11001100 | 1110001 | 1000100 | 0 | 101101 | 1000011 | 10100 | 10100 | 111001 | 110101 |
Color Harmonies of #CC7144
Complementary color
Monochromatic Colors of #CC7144
Black with #CC7144
Text Example
Text Example
White with #CC7144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7144; }
p { color: rgb(204,113,68); }
H1.HeaderClassName
{
color: #CC7144;
}
.AnyTagClassName
{
color: #CC7144;
}
</style>
background-color css
<style>
a { background-color: #CC7144; }
a { background-color: rgb(204,113,68); }
div.DivClassName
{
background-color: #CC7144;
}
.BgClassName
{
background-color: #CC7144;
}
</style>
border-color css
<style>
span { border-color: #CC7144; }
span { border-color: rgb(204,113,68); }
td.TdClassName
{
border-color: #CC7144;
}
.TagClassName
{
border-color: #CC7144;
}
</style>