Shades of Red Damask #CC794F
Tints of Red Damask #CC794F
RGB
CMYK
RGB Variations
Color information
#CC794F (or 0xCC794F) is known color: Red Damask. HEX triplet: CC, 79 and 4F. RGB value is (204,121,79). Sum of RGB (Red+Green+Blue) = 204+121+79=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC794F is #3386B0. Grayscale: #8D8D8D. Windows color (decimal): -3376817 or 5208524. OLE color: 5208524.
HSL color Cylindrical-coordinate representation of color #CC794F: hue angle of 20.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC794F is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 79 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.2 |
| HSL | 20.16º | 0.55% | 0.55% | - |
| HSV(B) | 20.16º | 0.61% | 0.8% | - |
| XYZ | 33.15 | 27.08 | 10.88 | - |
| YUV | 141.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 79 | 0 | 0.41 | 0.61 | 0.2 | 20.16 | 0.55 | 0.55 |
| Hex | CC | 79 | 4F | 0 | 29 | 3D | 14 | 14 | 37 | 37 |
| Octal | 314 | 171 | 117 | 0 | 51 | 75 | 24 | 24 | 67 | 67 |
| Binary | 11001100 | 1111001 | 1001111 | 0 | 101001 | 111101 | 10100 | 10100 | 110111 | 110111 |
Color Harmonies of #CC794F
Complementary color
Monochromatic Colors of #CC794F
Black with #CC794F
Text Example
Text Example
White with #CC794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC794F; }
p { color: rgb(204,121,79); }
H1.HeaderClassName
{
color: #CC794F;
}
.AnyTagClassName
{
color: #CC794F;
}
</style>
background-color css
<style>
a { background-color: #CC794F; }
a { background-color: rgb(204,121,79); }
div.DivClassName
{
background-color: #CC794F;
}
.BgClassName
{
background-color: #CC794F;
}
</style>
border-color css
<style>
span { border-color: #CC794F; }
span { border-color: rgb(204,121,79); }
td.TdClassName
{
border-color: #CC794F;
}
.TagClassName
{
border-color: #CC794F;
}
</style>