Shades of Red Damask #CC7251
Tints of Red Damask #CC7251
RGB
CMYK
RGB Variations
Color information
#CC7251 (or 0xCC7251) is known color: Red Damask. HEX triplet: CC, 72 and 51. RGB value is (204,114,81). Sum of RGB (Red+Green+Blue) = 204+114+81=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7251 is #338DAE. Grayscale: #898989. Windows color (decimal): -3378607 or 5337804. OLE color: 5337804.
HSL color Cylindrical-coordinate representation of color #CC7251: hue angle of 16.1º 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 #CC7251 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 81 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.2 |
| HSL | 16.1º | 0.55% | 0.56% | - |
| HSV(B) | 16.1º | 0.6% | 0.8% | - |
| XYZ | 32.4 | 25.47 | 10.99 | - |
| YUV | 137.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 81 | 0 | 0.44 | 0.60 | 0.2 | 16.1 | 0.55 | 0.56 |
| Hex | CC | 72 | 51 | 0 | 2C | 3C | 14 | 10 | 37 | 38 |
| Octal | 314 | 162 | 121 | 0 | 54 | 74 | 24 | 20 | 67 | 70 |
| Binary | 11001100 | 1110010 | 1010001 | 0 | 101100 | 111100 | 10100 | 10000 | 110111 | 111000 |
Color Harmonies of #CC7251
Complementary color
Monochromatic Colors of #CC7251
Black with #CC7251
Text Example
Text Example
White with #CC7251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7251; }
p { color: rgb(204,114,81); }
H1.HeaderClassName
{
color: #CC7251;
}
.AnyTagClassName
{
color: #CC7251;
}
</style>
background-color css
<style>
a { background-color: #CC7251; }
a { background-color: rgb(204,114,81); }
div.DivClassName
{
background-color: #CC7251;
}
.BgClassName
{
background-color: #CC7251;
}
</style>
border-color css
<style>
span { border-color: #CC7251; }
span { border-color: rgb(204,114,81); }
td.TdClassName
{
border-color: #CC7251;
}
.TagClassName
{
border-color: #CC7251;
}
</style>