Shades of Red Damask #CC754C
Tints of Red Damask #CC754C
RGB
CMYK
RGB Variations
Color information
#CC754C (or 0xCC754C) is known color: Red Damask. HEX triplet: CC, 75 and 4C. RGB value is (204,117,76). Sum of RGB (Red+Green+Blue) = 204+117+76=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC754C is #338AB3. Grayscale: #8A8A8A. Windows color (decimal): -3377844 or 5010892. OLE color: 5010892.
HSL color Cylindrical-coordinate representation of color #CC754C: hue angle of 19.22º 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 #CC754C is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 76 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.2 |
| HSL | 19.22º | 0.56% | 0.55% | - |
| HSV(B) | 19.22º | 0.63% | 0.8% | - |
| XYZ | 32.57 | 26.08 | 10.16 | - |
| YUV | 138.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 76 | 0 | 0.43 | 0.63 | 0.2 | 19.22 | 0.56 | 0.55 |
| Hex | CC | 75 | 4C | 0 | 2B | 3F | 14 | 13 | 38 | 37 |
| Octal | 314 | 165 | 114 | 0 | 53 | 77 | 24 | 23 | 70 | 67 |
| Binary | 11001100 | 1110101 | 1001100 | 0 | 101011 | 111111 | 10100 | 10011 | 111000 | 110111 |
Color Harmonies of #CC754C
Complementary color
Monochromatic Colors of #CC754C
Black with #CC754C
Text Example
Text Example
White with #CC754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC754C; }
p { color: rgb(204,117,76); }
H1.HeaderClassName
{
color: #CC754C;
}
.AnyTagClassName
{
color: #CC754C;
}
</style>
background-color css
<style>
a { background-color: #CC754C; }
a { background-color: rgb(204,117,76); }
div.DivClassName
{
background-color: #CC754C;
}
.BgClassName
{
background-color: #CC754C;
}
</style>
border-color css
<style>
span { border-color: #CC754C; }
span { border-color: rgb(204,117,76); }
td.TdClassName
{
border-color: #CC754C;
}
.TagClassName
{
border-color: #CC754C;
}
</style>