Shades of Red Damask #CC724A
Tints of Red Damask #CC724A
RGB
CMYK
RGB Variations
Color information
#CC724A (or 0xCC724A) is known color: Red Damask. HEX triplet: CC, 72 and 4A. RGB value is (204,114,74). Sum of RGB (Red+Green+Blue) = 204+114+74=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC724A is #338DB5. Grayscale: #888888. Windows color (decimal): -3378614 or 4879052. OLE color: 4879052.
HSL color Cylindrical-coordinate representation of color #CC724A: hue angle of 18.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC724A is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 74 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.2 |
| HSL | 18.46º | 0.56% | 0.55% | - |
| HSV(B) | 18.46º | 0.64% | 0.8% | - |
| XYZ | 32.16 | 25.37 | 9.68 | - |
| YUV | 136.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 74 | 0 | 0.44 | 0.64 | 0.2 | 18.46 | 0.56 | 0.55 |
| Hex | CC | 72 | 4A | 0 | 2C | 40 | 14 | 12 | 38 | 37 |
| Octal | 314 | 162 | 112 | 0 | 54 | 100 | 24 | 22 | 70 | 67 |
| Binary | 11001100 | 1110010 | 1001010 | 0 | 101100 | 1000000 | 10100 | 10010 | 111000 | 110111 |
Color Harmonies of #CC724A
Complementary color
Monochromatic Colors of #CC724A
Black with #CC724A
Text Example
Text Example
White with #CC724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC724A; }
p { color: rgb(204,114,74); }
H1.HeaderClassName
{
color: #CC724A;
}
.AnyTagClassName
{
color: #CC724A;
}
</style>
background-color css
<style>
a { background-color: #CC724A; }
a { background-color: rgb(204,114,74); }
div.DivClassName
{
background-color: #CC724A;
}
.BgClassName
{
background-color: #CC724A;
}
</style>
border-color css
<style>
span { border-color: #CC724A; }
span { border-color: rgb(204,114,74); }
td.TdClassName
{
border-color: #CC724A;
}
.TagClassName
{
border-color: #CC724A;
}
</style>