Shades of Red Damask #CC7145
Tints of Red Damask #CC7145
RGB
CMYK
RGB Variations
Color information
#CC7145 (or 0xCC7145) is known color: Red Damask. HEX triplet: CC, 71 and 45. RGB value is (204,113,69). Sum of RGB (Red+Green+Blue) = 204+113+69=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7145 is #338EBA. Grayscale: #878787. Windows color (decimal): -3378875 or 4551116. OLE color: 4551116.
HSL color Cylindrical-coordinate representation of color #CC7145: hue angle of 19.56º 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 #CC7145 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 69 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.2 |
| HSL | 19.56º | 0.57% | 0.54% | - |
| HSV(B) | 19.56º | 0.66% | 0.8% | - |
| XYZ | 31.88 | 25.08 | 8.79 | - |
| YUV | 135.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 69 | 0 | 0.45 | 0.66 | 0.2 | 19.56 | 0.57 | 0.54 |
| Hex | CC | 71 | 45 | 0 | 2D | 42 | 14 | 14 | 39 | 36 |
| Octal | 314 | 161 | 105 | 0 | 55 | 102 | 24 | 24 | 71 | 66 |
| Binary | 11001100 | 1110001 | 1000101 | 0 | 101101 | 1000010 | 10100 | 10100 | 111001 | 110110 |
Color Harmonies of #CC7145
Complementary color
Monochromatic Colors of #CC7145
Black with #CC7145
Text Example
Text Example
White with #CC7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7145; }
p { color: rgb(204,113,69); }
H1.HeaderClassName
{
color: #CC7145;
}
.AnyTagClassName
{
color: #CC7145;
}
</style>
background-color css
<style>
a { background-color: #CC7145; }
a { background-color: rgb(204,113,69); }
div.DivClassName
{
background-color: #CC7145;
}
.BgClassName
{
background-color: #CC7145;
}
</style>
border-color css
<style>
span { border-color: #CC7145; }
span { border-color: rgb(204,113,69); }
td.TdClassName
{
border-color: #CC7145;
}
.TagClassName
{
border-color: #CC7145;
}
</style>