Shades of Red Damask #CC7446
Tints of Red Damask #CC7446
RGB
CMYK
RGB Variations
Color information
#CC7446 (or 0xCC7446) is known color: Red Damask. HEX triplet: CC, 74 and 46. RGB value is (204,116,70). Sum of RGB (Red+Green+Blue) = 204+116+70=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7446 is #338BB9. Grayscale: #898989. Windows color (decimal): -3378106 or 4617420. OLE color: 4617420.
HSL color Cylindrical-coordinate representation of color #CC7446: hue angle of 20.6º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC7446 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 70 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.2 |
| HSL | 20.6º | 0.57% | 0.54% | - |
| HSV(B) | 20.6º | 0.66% | 0.8% | - |
| XYZ | 32.25 | 25.77 | 9.07 | - |
| YUV | 137.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 70 | 0 | 0.43 | 0.66 | 0.2 | 20.6 | 0.57 | 0.54 |
| Hex | CC | 74 | 46 | 0 | 2B | 42 | 14 | 15 | 39 | 36 |
| Octal | 314 | 164 | 106 | 0 | 53 | 102 | 24 | 25 | 71 | 66 |
| Binary | 11001100 | 1110100 | 1000110 | 0 | 101011 | 1000010 | 10100 | 10101 | 111001 | 110110 |
Color Harmonies of #CC7446
Complementary color
Monochromatic Colors of #CC7446
Black with #CC7446
Text Example
Text Example
White with #CC7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7446; }
p { color: rgb(204,116,70); }
H1.HeaderClassName
{
color: #CC7446;
}
.AnyTagClassName
{
color: #CC7446;
}
</style>
background-color css
<style>
a { background-color: #CC7446; }
a { background-color: rgb(204,116,70); }
div.DivClassName
{
background-color: #CC7446;
}
.BgClassName
{
background-color: #CC7446;
}
</style>
border-color css
<style>
span { border-color: #CC7446; }
span { border-color: rgb(204,116,70); }
td.TdClassName
{
border-color: #CC7446;
}
.TagClassName
{
border-color: #CC7446;
}
</style>