Shades of Red Damask #CC704C
Tints of Red Damask #CC704C
RGB
CMYK
RGB Variations
Color information
#CC704C (or 0xCC704C) is known color: Red Damask. HEX triplet: CC, 70 and 4C. RGB value is (204,112,76). Sum of RGB (Red+Green+Blue) = 204+112+76=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC704C is #338FB3. Grayscale: #878787. Windows color (decimal): -3379124 or 5009612. OLE color: 5009612.
HSL color Cylindrical-coordinate representation of color #CC704C: hue angle of 16.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC704C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 76 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.2 |
| HSL | 16.88º | 0.56% | 0.55% | - |
| HSV(B) | 16.88º | 0.63% | 0.8% | - |
| XYZ | 32 | 24.95 | 9.97 | - |
| YUV | 135.4 | 94.48 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 76 | 0 | 0.45 | 0.63 | 0.2 | 16.88 | 0.56 | 0.55 |
| Hex | CC | 70 | 4C | 0 | 2D | 3F | 14 | 11 | 38 | 37 |
| Octal | 314 | 160 | 114 | 0 | 55 | 77 | 24 | 21 | 70 | 67 |
| Binary | 11001100 | 1110000 | 1001100 | 0 | 101101 | 111111 | 10100 | 10001 | 111000 | 110111 |
Color Harmonies of #CC704C
Complementary color
Monochromatic Colors of #CC704C
Black with #CC704C
Text Example
Text Example
White with #CC704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC704C; }
p { color: rgb(204,112,76); }
H1.HeaderClassName
{
color: #CC704C;
}
.AnyTagClassName
{
color: #CC704C;
}
</style>
background-color css
<style>
a { background-color: #CC704C; }
a { background-color: rgb(204,112,76); }
div.DivClassName
{
background-color: #CC704C;
}
.BgClassName
{
background-color: #CC704C;
}
</style>
border-color css
<style>
span { border-color: #CC704C; }
span { border-color: rgb(204,112,76); }
td.TdClassName
{
border-color: #CC704C;
}
.TagClassName
{
border-color: #CC704C;
}
</style>