Shades of Red Damask #CC724E
Tints of Red Damask #CC724E
RGB
CMYK
RGB Variations
Color information
#CC724E (or 0xCC724E) is known color: Red Damask. HEX triplet: CC, 72 and 4E. RGB value is (204,114,78). Sum of RGB (Red+Green+Blue) = 204+114+78=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC724E is #338DB1. Grayscale: #898989. Windows color (decimal): -3378610 or 5141196. OLE color: 5141196.
HSL color Cylindrical-coordinate representation of color #CC724E: hue angle of 17.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC724E is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 78 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.2 |
| HSL | 17.14º | 0.55% | 0.55% | - |
| HSV(B) | 17.14º | 0.62% | 0.8% | - |
| XYZ | 32.29 | 25.42 | 10.41 | - |
| YUV | 136.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 78 | 0 | 0.44 | 0.62 | 0.2 | 17.14 | 0.55 | 0.55 |
| Hex | CC | 72 | 4E | 0 | 2C | 3E | 14 | 11 | 37 | 37 |
| Octal | 314 | 162 | 116 | 0 | 54 | 76 | 24 | 21 | 67 | 67 |
| Binary | 11001100 | 1110010 | 1001110 | 0 | 101100 | 111110 | 10100 | 10001 | 110111 | 110111 |
Color Harmonies of #CC724E
Complementary color
Monochromatic Colors of #CC724E
Black with #CC724E
Text Example
Text Example
White with #CC724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC724E; }
p { color: rgb(204,114,78); }
H1.HeaderClassName
{
color: #CC724E;
}
.AnyTagClassName
{
color: #CC724E;
}
</style>
background-color css
<style>
a { background-color: #CC724E; }
a { background-color: rgb(204,114,78); }
div.DivClassName
{
background-color: #CC724E;
}
.BgClassName
{
background-color: #CC724E;
}
</style>
border-color css
<style>
span { border-color: #CC724E; }
span { border-color: rgb(204,114,78); }
td.TdClassName
{
border-color: #CC724E;
}
.TagClassName
{
border-color: #CC724E;
}
</style>