Shades of Red Damask #CC714E
Tints of Red Damask #CC714E
RGB
CMYK
RGB Variations
Color information
#CC714E (or 0xCC714E) is known color: Red Damask. HEX triplet: CC, 71 and 4E. RGB value is (204,113,78). Sum of RGB (Red+Green+Blue) = 204+113+78=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC714E is #338EB1. Grayscale: #888888. Windows color (decimal): -3378866 or 5140940. OLE color: 5140940.
HSL color Cylindrical-coordinate representation of color #CC714E: hue angle of 16.67º 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 #CC714E is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 78 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.2 |
| HSL | 16.67º | 0.55% | 0.55% | - |
| HSV(B) | 16.67º | 0.62% | 0.8% | - |
| XYZ | 32.18 | 25.2 | 10.38 | - |
| YUV | 136.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 78 | 0 | 0.45 | 0.62 | 0.2 | 16.67 | 0.55 | 0.55 |
| Hex | CC | 71 | 4E | 0 | 2D | 3E | 14 | 11 | 37 | 37 |
| Octal | 314 | 161 | 116 | 0 | 55 | 76 | 24 | 21 | 67 | 67 |
| Binary | 11001100 | 1110001 | 1001110 | 0 | 101101 | 111110 | 10100 | 10001 | 110111 | 110111 |
Color Harmonies of #CC714E
Complementary color
Monochromatic Colors of #CC714E
Black with #CC714E
Text Example
Text Example
White with #CC714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC714E; }
p { color: rgb(204,113,78); }
H1.HeaderClassName
{
color: #CC714E;
}
.AnyTagClassName
{
color: #CC714E;
}
</style>
background-color css
<style>
a { background-color: #CC714E; }
a { background-color: rgb(204,113,78); }
div.DivClassName
{
background-color: #CC714E;
}
.BgClassName
{
background-color: #CC714E;
}
</style>
border-color css
<style>
span { border-color: #CC714E; }
span { border-color: rgb(204,113,78); }
td.TdClassName
{
border-color: #CC714E;
}
.TagClassName
{
border-color: #CC714E;
}
</style>