Shades of Red Damask #CC734A
Tints of Red Damask #CC734A
RGB
CMYK
RGB Variations
Color information
#CC734A (or 0xCC734A) is known color: Red Damask. HEX triplet: CC, 73 and 4A. RGB value is (204,115,74). Sum of RGB (Red+Green+Blue) = 204+115+74=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC734A is #338CB5. Grayscale: #898989. Windows color (decimal): -3378358 or 4879308. OLE color: 4879308.
HSL color Cylindrical-coordinate representation of color #CC734A: hue angle of 18.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC734A is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 74 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.2 |
| HSL | 18.92º | 0.56% | 0.55% | - |
| HSV(B) | 18.92º | 0.64% | 0.8% | - |
| XYZ | 32.27 | 25.59 | 9.72 | - |
| YUV | 136.94 | 92.49 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 74 | 0 | 0.44 | 0.64 | 0.2 | 18.92 | 0.56 | 0.55 |
| Hex | CC | 73 | 4A | 0 | 2C | 40 | 14 | 13 | 38 | 37 |
| Octal | 314 | 163 | 112 | 0 | 54 | 100 | 24 | 23 | 70 | 67 |
| Binary | 11001100 | 1110011 | 1001010 | 0 | 101100 | 1000000 | 10100 | 10011 | 111000 | 110111 |
Color Harmonies of #CC734A
Complementary color
Monochromatic Colors of #CC734A
Black with #CC734A
Text Example
Text Example
White with #CC734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC734A; }
p { color: rgb(204,115,74); }
H1.HeaderClassName
{
color: #CC734A;
}
.AnyTagClassName
{
color: #CC734A;
}
</style>
background-color css
<style>
a { background-color: #CC734A; }
a { background-color: rgb(204,115,74); }
div.DivClassName
{
background-color: #CC734A;
}
.BgClassName
{
background-color: #CC734A;
}
</style>
border-color css
<style>
span { border-color: #CC734A; }
span { border-color: rgb(204,115,74); }
td.TdClassName
{
border-color: #CC734A;
}
.TagClassName
{
border-color: #CC734A;
}
</style>