Shades of Red Damask #CC7050
Tints of Red Damask #CC7050
RGB
CMYK
RGB Variations
Color information
#CC7050 (or 0xCC7050) is known color: Red Damask. HEX triplet: CC, 70 and 50. RGB value is (204,112,80). Sum of RGB (Red+Green+Blue) = 204+112+80=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7050 is #338FAF. Grayscale: #888888. Windows color (decimal): -3379120 or 5271756. OLE color: 5271756.
HSL color Cylindrical-coordinate representation of color #CC7050: hue angle of 15.48º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC7050 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 80 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.2 |
| HSL | 15.48º | 0.55% | 0.56% | - |
| HSV(B) | 15.48º | 0.61% | 0.8% | - |
| XYZ | 32.14 | 25 | 10.72 | - |
| YUV | 135.86 | 96.48 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 80 | 0 | 0.45 | 0.61 | 0.2 | 15.48 | 0.55 | 0.56 |
| Hex | CC | 70 | 50 | 0 | 2D | 3D | 14 | F | 37 | 38 |
| Octal | 314 | 160 | 120 | 0 | 55 | 75 | 24 | 17 | 67 | 70 |
| Binary | 11001100 | 1110000 | 1010000 | 0 | 101101 | 111101 | 10100 | 1111 | 110111 | 111000 |
Color Harmonies of #CC7050
Complementary color
Monochromatic Colors of #CC7050
Black with #CC7050
Text Example
Text Example
White with #CC7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7050; }
p { color: rgb(204,112,80); }
H1.HeaderClassName
{
color: #CC7050;
}
.AnyTagClassName
{
color: #CC7050;
}
</style>
background-color css
<style>
a { background-color: #CC7050; }
a { background-color: rgb(204,112,80); }
div.DivClassName
{
background-color: #CC7050;
}
.BgClassName
{
background-color: #CC7050;
}
</style>
border-color css
<style>
span { border-color: #CC7050; }
span { border-color: rgb(204,112,80); }
td.TdClassName
{
border-color: #CC7050;
}
.TagClassName
{
border-color: #CC7050;
}
</style>