Shades of Red Damask #C2724D
Tints of Red Damask #C2724D
RGB
CMYK
RGB Variations
Color information
#C2724D (or 0xC2724D) is known color: Red Damask. HEX triplet: C2, 72 and 4D. RGB value is (194,114,77). Sum of RGB (Red+Green+Blue) = 194+114+77=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2724D is #3D8DB2. Grayscale: #858585. Windows color (decimal): -4033971 or 5075650. OLE color: 5075650.
HSL color Cylindrical-coordinate representation of color #C2724D: hue angle of 18.97º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2724D is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 77 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.24 |
| HSL | 18.97º | 0.49% | 0.53% | - |
| HSV(B) | 18.97º | 0.6% | 0.76% | - |
| XYZ | 29.61 | 24.04 | 10.1 | - |
| YUV | 133.7 | 96 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 77 | 0 | 0.41 | 0.60 | 0.24 | 18.97 | 0.49 | 0.53 |
| Hex | C2 | 72 | 4D | 0 | 29 | 3C | 18 | 13 | 31 | 35 |
| Octal | 302 | 162 | 115 | 0 | 51 | 74 | 30 | 23 | 61 | 65 |
| Binary | 11000010 | 1110010 | 1001101 | 0 | 101001 | 111100 | 11000 | 10011 | 110001 | 110101 |
Color Harmonies of #C2724D
Complementary color
Monochromatic Colors of #C2724D
Black with #C2724D
Text Example
Text Example
White with #C2724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2724D; }
p { color: rgb(194,114,77); }
H1.HeaderClassName
{
color: #C2724D;
}
.AnyTagClassName
{
color: #C2724D;
}
</style>
background-color css
<style>
a { background-color: #C2724D; }
a { background-color: rgb(194,114,77); }
div.DivClassName
{
background-color: #C2724D;
}
.BgClassName
{
background-color: #C2724D;
}
</style>
border-color css
<style>
span { border-color: #C2724D; }
span { border-color: rgb(194,114,77); }
td.TdClassName
{
border-color: #C2724D;
}
.TagClassName
{
border-color: #C2724D;
}
</style>