Shades of Red Damask #CC714A
Tints of Red Damask #CC714A
RGB
CMYK
RGB Variations
Color information
#CC714A (or 0xCC714A) is known color: Red Damask. HEX triplet: CC, 71 and 4A. RGB value is (204,113,74). Sum of RGB (Red+Green+Blue) = 204+113+74=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC714A is #338EB5. Grayscale: #888888. Windows color (decimal): -3378870 or 4878796. OLE color: 4878796.
HSL color Cylindrical-coordinate representation of color #CC714A: hue angle of 18º 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 #CC714A is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 74 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.2 |
| HSL | 18º | 0.56% | 0.55% | - |
| HSV(B) | 18º | 0.64% | 0.8% | - |
| XYZ | 32.04 | 25.14 | 9.64 | - |
| YUV | 135.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 74 | 0 | 0.45 | 0.64 | 0.2 | 18 | 0.56 | 0.55 |
| Hex | CC | 71 | 4A | 0 | 2D | 40 | 14 | 12 | 38 | 37 |
| Octal | 314 | 161 | 112 | 0 | 55 | 100 | 24 | 22 | 70 | 67 |
| Binary | 11001100 | 1110001 | 1001010 | 0 | 101101 | 1000000 | 10100 | 10010 | 111000 | 110111 |
Color Harmonies of #CC714A
Complementary color
Monochromatic Colors of #CC714A
Black with #CC714A
Text Example
Text Example
White with #CC714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC714A; }
p { color: rgb(204,113,74); }
H1.HeaderClassName
{
color: #CC714A;
}
.AnyTagClassName
{
color: #CC714A;
}
</style>
background-color css
<style>
a { background-color: #CC714A; }
a { background-color: rgb(204,113,74); }
div.DivClassName
{
background-color: #CC714A;
}
.BgClassName
{
background-color: #CC714A;
}
</style>
border-color css
<style>
span { border-color: #CC714A; }
span { border-color: rgb(204,113,74); }
td.TdClassName
{
border-color: #CC714A;
}
.TagClassName
{
border-color: #CC714A;
}
</style>