Shades of Red Damask #CC744D
Tints of Red Damask #CC744D
RGB
CMYK
RGB Variations
Color information
#CC744D (or 0xCC744D) is known color: Red Damask. HEX triplet: CC, 74 and 4D. RGB value is (204,116,77). Sum of RGB (Red+Green+Blue) = 204+116+77=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC744D is #338BB2. Grayscale: #8A8A8A. Windows color (decimal): -3378099 or 5076172. OLE color: 5076172.
HSL color Cylindrical-coordinate representation of color #CC744D: hue angle of 18.43º 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 #CC744D is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 77 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.2 |
| HSL | 18.43º | 0.55% | 0.55% | - |
| HSV(B) | 18.43º | 0.62% | 0.8% | - |
| XYZ | 32.49 | 25.86 | 10.3 | - |
| YUV | 137.87 | 93.65 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 77 | 0 | 0.43 | 0.62 | 0.2 | 18.43 | 0.55 | 0.55 |
| Hex | CC | 74 | 4D | 0 | 2B | 3E | 14 | 12 | 37 | 37 |
| Octal | 314 | 164 | 115 | 0 | 53 | 76 | 24 | 22 | 67 | 67 |
| Binary | 11001100 | 1110100 | 1001101 | 0 | 101011 | 111110 | 10100 | 10010 | 110111 | 110111 |
Color Harmonies of #CC744D
Complementary color
Monochromatic Colors of #CC744D
Black with #CC744D
Text Example
Text Example
White with #CC744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC744D; }
p { color: rgb(204,116,77); }
H1.HeaderClassName
{
color: #CC744D;
}
.AnyTagClassName
{
color: #CC744D;
}
</style>
background-color css
<style>
a { background-color: #CC744D; }
a { background-color: rgb(204,116,77); }
div.DivClassName
{
background-color: #CC744D;
}
.BgClassName
{
background-color: #CC744D;
}
</style>
border-color css
<style>
span { border-color: #CC744D; }
span { border-color: rgb(204,116,77); }
td.TdClassName
{
border-color: #CC744D;
}
.TagClassName
{
border-color: #CC744D;
}
</style>