Shades of Red Damask #CC764C
Tints of Red Damask #CC764C
RGB
CMYK
RGB Variations
Color information
#CC764C (or 0xCC764C) is known color: Red Damask. HEX triplet: CC, 76 and 4C. RGB value is (204,118,76). Sum of RGB (Red+Green+Blue) = 204+118+76=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC764C is #3389B3. Grayscale: #8B8B8B. Windows color (decimal): -3377588 or 5011148. OLE color: 5011148.
HSL color Cylindrical-coordinate representation of color #CC764C: hue angle of 19.69º 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 #CC764C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 76 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.2 |
| HSL | 19.69º | 0.56% | 0.55% | - |
| HSV(B) | 19.69º | 0.63% | 0.8% | - |
| XYZ | 32.68 | 26.32 | 10.19 | - |
| YUV | 138.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 76 | 0 | 0.42 | 0.63 | 0.2 | 19.69 | 0.56 | 0.55 |
| Hex | CC | 76 | 4C | 0 | 2A | 3F | 14 | 14 | 38 | 37 |
| Octal | 314 | 166 | 114 | 0 | 52 | 77 | 24 | 24 | 70 | 67 |
| Binary | 11001100 | 1110110 | 1001100 | 0 | 101010 | 111111 | 10100 | 10100 | 111000 | 110111 |
Color Harmonies of #CC764C
Complementary color
Monochromatic Colors of #CC764C
Black with #CC764C
Text Example
Text Example
White with #CC764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC764C; }
p { color: rgb(204,118,76); }
H1.HeaderClassName
{
color: #CC764C;
}
.AnyTagClassName
{
color: #CC764C;
}
</style>
background-color css
<style>
a { background-color: #CC764C; }
a { background-color: rgb(204,118,76); }
div.DivClassName
{
background-color: #CC764C;
}
.BgClassName
{
background-color: #CC764C;
}
</style>
border-color css
<style>
span { border-color: #CC764C; }
span { border-color: rgb(204,118,76); }
td.TdClassName
{
border-color: #CC764C;
}
.TagClassName
{
border-color: #CC764C;
}
</style>