Shades of Red Damask #CC774E
Tints of Red Damask #CC774E
RGB
CMYK
RGB Variations
Color information
#CC774E (or 0xCC774E) is known color: Red Damask. HEX triplet: CC, 77 and 4E. RGB value is (204,119,78). Sum of RGB (Red+Green+Blue) = 204+119+78=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC774E is #3388B1. Grayscale: #8B8B8B. Windows color (decimal): -3377330 or 5142476. OLE color: 5142476.
HSL color Cylindrical-coordinate representation of color #CC774E: hue angle of 19.52º 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 #CC774E is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 78 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.2 |
| HSL | 19.52º | 0.55% | 0.55% | - |
| HSV(B) | 19.52º | 0.62% | 0.8% | - |
| XYZ | 32.87 | 26.58 | 10.61 | - |
| YUV | 139.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 78 | 0 | 0.42 | 0.62 | 0.2 | 19.52 | 0.55 | 0.55 |
| Hex | CC | 77 | 4E | 0 | 2A | 3E | 14 | 14 | 37 | 37 |
| Octal | 314 | 167 | 116 | 0 | 52 | 76 | 24 | 24 | 67 | 67 |
| Binary | 11001100 | 1110111 | 1001110 | 0 | 101010 | 111110 | 10100 | 10100 | 110111 | 110111 |
Color Harmonies of #CC774E
Complementary color
Monochromatic Colors of #CC774E
Black with #CC774E
Text Example
Text Example
White with #CC774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC774E; }
p { color: rgb(204,119,78); }
H1.HeaderClassName
{
color: #CC774E;
}
.AnyTagClassName
{
color: #CC774E;
}
</style>
background-color css
<style>
a { background-color: #CC774E; }
a { background-color: rgb(204,119,78); }
div.DivClassName
{
background-color: #CC774E;
}
.BgClassName
{
background-color: #CC774E;
}
</style>
border-color css
<style>
span { border-color: #CC774E; }
span { border-color: rgb(204,119,78); }
td.TdClassName
{
border-color: #CC774E;
}
.TagClassName
{
border-color: #CC774E;
}
</style>