Shades of Red Damask #CC714C
Tints of Red Damask #CC714C
RGB
CMYK
RGB Variations
Color information
#CC714C (or 0xCC714C) is known color: Red Damask. HEX triplet: CC, 71 and 4C. RGB value is (204,113,76). Sum of RGB (Red+Green+Blue) = 204+113+76=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC714C is #338EB3. Grayscale: #888888. Windows color (decimal): -3378868 or 5009868. OLE color: 5009868.
HSL color Cylindrical-coordinate representation of color #CC714C: hue angle of 17.34º 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 #CC714C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 76 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.2 |
| HSL | 17.34º | 0.56% | 0.55% | - |
| HSV(B) | 17.34º | 0.63% | 0.8% | - |
| XYZ | 32.11 | 25.17 | 10 | - |
| YUV | 135.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 76 | 0 | 0.45 | 0.63 | 0.2 | 17.34 | 0.56 | 0.55 |
| Hex | CC | 71 | 4C | 0 | 2D | 3F | 14 | 11 | 38 | 37 |
| Octal | 314 | 161 | 114 | 0 | 55 | 77 | 24 | 21 | 70 | 67 |
| Binary | 11001100 | 1110001 | 1001100 | 0 | 101101 | 111111 | 10100 | 10001 | 111000 | 110111 |
Color Harmonies of #CC714C
Complementary color
Monochromatic Colors of #CC714C
Black with #CC714C
Text Example
Text Example
White with #CC714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC714C; }
p { color: rgb(204,113,76); }
H1.HeaderClassName
{
color: #CC714C;
}
.AnyTagClassName
{
color: #CC714C;
}
</style>
background-color css
<style>
a { background-color: #CC714C; }
a { background-color: rgb(204,113,76); }
div.DivClassName
{
background-color: #CC714C;
}
.BgClassName
{
background-color: #CC714C;
}
</style>
border-color css
<style>
span { border-color: #CC714C; }
span { border-color: rgb(204,113,76); }
td.TdClassName
{
border-color: #CC714C;
}
.TagClassName
{
border-color: #CC714C;
}
</style>