Shades of Red Damask #CC7551
Tints of Red Damask #CC7551
RGB
CMYK
RGB Variations
Color information
#CC7551 (or 0xCC7551) is known color: Red Damask. HEX triplet: CC, 75 and 51. RGB value is (204,117,81). Sum of RGB (Red+Green+Blue) = 204+117+81=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7551 is #338AAE. Grayscale: #8B8B8B. Windows color (decimal): -3377839 or 5338572. OLE color: 5338572.
HSL color Cylindrical-coordinate representation of color #CC7551: hue angle of 17.56º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC7551 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 81 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.2 |
| HSL | 17.56º | 0.55% | 0.56% | - |
| HSV(B) | 17.56º | 0.6% | 0.8% | - |
| XYZ | 32.75 | 26.15 | 11.11 | - |
| YUV | 138.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 81 | 0 | 0.43 | 0.60 | 0.2 | 17.56 | 0.55 | 0.56 |
| Hex | CC | 75 | 51 | 0 | 2B | 3C | 14 | 12 | 37 | 38 |
| Octal | 314 | 165 | 121 | 0 | 53 | 74 | 24 | 22 | 67 | 70 |
| Binary | 11001100 | 1110101 | 1010001 | 0 | 101011 | 111100 | 10100 | 10010 | 110111 | 111000 |
Color Harmonies of #CC7551
Complementary color
Monochromatic Colors of #CC7551
Black with #CC7551
Text Example
Text Example
White with #CC7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7551; }
p { color: rgb(204,117,81); }
H1.HeaderClassName
{
color: #CC7551;
}
.AnyTagClassName
{
color: #CC7551;
}
</style>
background-color css
<style>
a { background-color: #CC7551; }
a { background-color: rgb(204,117,81); }
div.DivClassName
{
background-color: #CC7551;
}
.BgClassName
{
background-color: #CC7551;
}
</style>
border-color css
<style>
span { border-color: #CC7551; }
span { border-color: rgb(204,117,81); }
td.TdClassName
{
border-color: #CC7551;
}
.TagClassName
{
border-color: #CC7551;
}
</style>