Shades of Red Damask #CC734D
Tints of Red Damask #CC734D
RGB
CMYK
RGB Variations
Color information
#CC734D (or 0xCC734D) is known color: Red Damask. HEX triplet: CC, 73 and 4D. RGB value is (204,115,77). Sum of RGB (Red+Green+Blue) = 204+115+77=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC734D is #338CB2. Grayscale: #898989. Windows color (decimal): -3378355 or 5075916. OLE color: 5075916.
HSL color Cylindrical-coordinate representation of color #CC734D: hue angle of 17.95º 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 #CC734D is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 77 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.2 |
| HSL | 17.95º | 0.55% | 0.55% | - |
| HSV(B) | 17.95º | 0.62% | 0.8% | - |
| XYZ | 32.37 | 25.63 | 10.26 | - |
| YUV | 137.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 77 | 0 | 0.44 | 0.62 | 0.2 | 17.95 | 0.55 | 0.55 |
| Hex | CC | 73 | 4D | 0 | 2C | 3E | 14 | 12 | 37 | 37 |
| Octal | 314 | 163 | 115 | 0 | 54 | 76 | 24 | 22 | 67 | 67 |
| Binary | 11001100 | 1110011 | 1001101 | 0 | 101100 | 111110 | 10100 | 10010 | 110111 | 110111 |
Color Harmonies of #CC734D
Complementary color
Monochromatic Colors of #CC734D
Black with #CC734D
Text Example
Text Example
White with #CC734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC734D; }
p { color: rgb(204,115,77); }
H1.HeaderClassName
{
color: #CC734D;
}
.AnyTagClassName
{
color: #CC734D;
}
</style>
background-color css
<style>
a { background-color: #CC734D; }
a { background-color: rgb(204,115,77); }
div.DivClassName
{
background-color: #CC734D;
}
.BgClassName
{
background-color: #CC734D;
}
</style>
border-color css
<style>
span { border-color: #CC734D; }
span { border-color: rgb(204,115,77); }
td.TdClassName
{
border-color: #CC734D;
}
.TagClassName
{
border-color: #CC734D;
}
</style>