Shades of Red Damask #CC7146
Tints of Red Damask #CC7146
RGB
CMYK
RGB Variations
Color information
#CC7146 (or 0xCC7146) is known color: Red Damask. HEX triplet: CC, 71 and 46. RGB value is (204,113,70). Sum of RGB (Red+Green+Blue) = 204+113+70=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7146 is #338EB9. Grayscale: #878787. Windows color (decimal): -3378874 or 4616652. OLE color: 4616652.
HSL color Cylindrical-coordinate representation of color #CC7146: hue angle of 19.25º 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 #CC7146 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 70 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.2 |
| HSL | 19.25º | 0.57% | 0.54% | - |
| HSV(B) | 19.25º | 0.66% | 0.8% | - |
| XYZ | 31.91 | 25.09 | 8.96 | - |
| YUV | 135.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 70 | 0 | 0.45 | 0.66 | 0.2 | 19.25 | 0.57 | 0.54 |
| Hex | CC | 71 | 46 | 0 | 2D | 42 | 14 | 13 | 39 | 36 |
| Octal | 314 | 161 | 106 | 0 | 55 | 102 | 24 | 23 | 71 | 66 |
| Binary | 11001100 | 1110001 | 1000110 | 0 | 101101 | 1000010 | 10100 | 10011 | 111001 | 110110 |
Color Harmonies of #CC7146
Complementary color
Monochromatic Colors of #CC7146
Black with #CC7146
Text Example
Text Example
White with #CC7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7146; }
p { color: rgb(204,113,70); }
H1.HeaderClassName
{
color: #CC7146;
}
.AnyTagClassName
{
color: #CC7146;
}
</style>
background-color css
<style>
a { background-color: #CC7146; }
a { background-color: rgb(204,113,70); }
div.DivClassName
{
background-color: #CC7146;
}
.BgClassName
{
background-color: #CC7146;
}
</style>
border-color css
<style>
span { border-color: #CC7146; }
span { border-color: rgb(204,113,70); }
td.TdClassName
{
border-color: #CC7146;
}
.TagClassName
{
border-color: #CC7146;
}
</style>