Shades of Red Damask #CC784D
Tints of Red Damask #CC784D
RGB
CMYK
RGB Variations
Color information
#CC784D (or 0xCC784D) is known color: Red Damask. HEX triplet: CC, 78 and 4D. RGB value is (204,120,77). Sum of RGB (Red+Green+Blue) = 204+120+77=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC784D is #3387B2. Grayscale: #8C8C8C. Windows color (decimal): -3377075 or 5077196. OLE color: 5077196.
HSL color Cylindrical-coordinate representation of color #CC784D: hue angle of 20.31º 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 #CC784D is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 77 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.2 |
| HSL | 20.31º | 0.55% | 0.55% | - |
| HSV(B) | 20.31º | 0.62% | 0.8% | - |
| XYZ | 32.96 | 26.81 | 10.46 | - |
| YUV | 140.21 | 92.33 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 77 | 0 | 0.41 | 0.62 | 0.2 | 20.31 | 0.55 | 0.55 |
| Hex | CC | 78 | 4D | 0 | 29 | 3E | 14 | 14 | 37 | 37 |
| Octal | 314 | 170 | 115 | 0 | 51 | 76 | 24 | 24 | 67 | 67 |
| Binary | 11001100 | 1111000 | 1001101 | 0 | 101001 | 111110 | 10100 | 10100 | 110111 | 110111 |
Color Harmonies of #CC784D
Complementary color
Monochromatic Colors of #CC784D
Black with #CC784D
Text Example
Text Example
White with #CC784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC784D; }
p { color: rgb(204,120,77); }
H1.HeaderClassName
{
color: #CC784D;
}
.AnyTagClassName
{
color: #CC784D;
}
</style>
background-color css
<style>
a { background-color: #CC784D; }
a { background-color: rgb(204,120,77); }
div.DivClassName
{
background-color: #CC784D;
}
.BgClassName
{
background-color: #CC784D;
}
</style>
border-color css
<style>
span { border-color: #CC784D; }
span { border-color: rgb(204,120,77); }
td.TdClassName
{
border-color: #CC784D;
}
.TagClassName
{
border-color: #CC784D;
}
</style>