Shades of Red Damask #CC774C
Tints of Red Damask #CC774C
RGB
CMYK
RGB Variations
Color information
#CC774C (or 0xCC774C) is known color: Red Damask. HEX triplet: CC, 77 and 4C. RGB value is (204,119,76). Sum of RGB (Red+Green+Blue) = 204+119+76=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC774C is #3388B3. Grayscale: #8B8B8B. Windows color (decimal): -3377332 or 5011404. OLE color: 5011404.
HSL color Cylindrical-coordinate representation of color #CC774C: hue angle of 20.16º 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 #CC774C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 76 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.2 |
| HSL | 20.16º | 0.56% | 0.55% | - |
| HSV(B) | 20.16º | 0.63% | 0.8% | - |
| XYZ | 32.8 | 26.55 | 10.23 | - |
| YUV | 139.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 76 | 0 | 0.42 | 0.63 | 0.2 | 20.16 | 0.56 | 0.55 |
| Hex | CC | 77 | 4C | 0 | 2A | 3F | 14 | 14 | 38 | 37 |
| Octal | 314 | 167 | 114 | 0 | 52 | 77 | 24 | 24 | 70 | 67 |
| Binary | 11001100 | 1110111 | 1001100 | 0 | 101010 | 111111 | 10100 | 10100 | 111000 | 110111 |
Color Harmonies of #CC774C
Complementary color
Monochromatic Colors of #CC774C
Black with #CC774C
Text Example
Text Example
White with #CC774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC774C; }
p { color: rgb(204,119,76); }
H1.HeaderClassName
{
color: #CC774C;
}
.AnyTagClassName
{
color: #CC774C;
}
</style>
background-color css
<style>
a { background-color: #CC774C; }
a { background-color: rgb(204,119,76); }
div.DivClassName
{
background-color: #CC774C;
}
.BgClassName
{
background-color: #CC774C;
}
</style>
border-color css
<style>
span { border-color: #CC774C; }
span { border-color: rgb(204,119,76); }
td.TdClassName
{
border-color: #CC774C;
}
.TagClassName
{
border-color: #CC774C;
}
</style>