Shades of Red Damask #CC744B
Tints of Red Damask #CC744B
RGB
CMYK
RGB Variations
Color information
#CC744B (or 0xCC744B) is known color: Red Damask. HEX triplet: CC, 74 and 4B. RGB value is (204,116,75). Sum of RGB (Red+Green+Blue) = 204+116+75=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC744B is #338BB4. Grayscale: #898989. Windows color (decimal): -3378101 or 4945100. OLE color: 4945100.
HSL color Cylindrical-coordinate representation of color #CC744B: hue angle of 19.07º 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 #CC744B is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 75 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.2 |
| HSL | 19.07º | 0.56% | 0.55% | - |
| HSV(B) | 19.07º | 0.63% | 0.8% | - |
| XYZ | 32.42 | 25.84 | 9.93 | - |
| YUV | 137.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 75 | 0 | 0.43 | 0.63 | 0.2 | 19.07 | 0.56 | 0.55 |
| Hex | CC | 74 | 4B | 0 | 2B | 3F | 14 | 13 | 38 | 37 |
| Octal | 314 | 164 | 113 | 0 | 53 | 77 | 24 | 23 | 70 | 67 |
| Binary | 11001100 | 1110100 | 1001011 | 0 | 101011 | 111111 | 10100 | 10011 | 111000 | 110111 |
Color Harmonies of #CC744B
Complementary color
Monochromatic Colors of #CC744B
Black with #CC744B
Text Example
Text Example
White with #CC744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC744B; }
p { color: rgb(204,116,75); }
H1.HeaderClassName
{
color: #CC744B;
}
.AnyTagClassName
{
color: #CC744B;
}
</style>
background-color css
<style>
a { background-color: #CC744B; }
a { background-color: rgb(204,116,75); }
div.DivClassName
{
background-color: #CC744B;
}
.BgClassName
{
background-color: #CC744B;
}
</style>
border-color css
<style>
span { border-color: #CC744B; }
span { border-color: rgb(204,116,75); }
td.TdClassName
{
border-color: #CC744B;
}
.TagClassName
{
border-color: #CC744B;
}
</style>