Shades of Red Damask #C2724C
Tints of Red Damask #C2724C
RGB
CMYK
RGB Variations
Color information
#C2724C (or 0xC2724C) is known color: Red Damask. HEX triplet: C2, 72 and 4C. RGB value is (194,114,76). Sum of RGB (Red+Green+Blue) = 194+114+76=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2724C is #3D8DB3. Grayscale: #858585. Windows color (decimal): -4033972 or 5010114. OLE color: 5010114.
HSL color Cylindrical-coordinate representation of color #C2724C: hue angle of 19.32º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2724C is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 76 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.24 |
| HSL | 19.32º | 0.49% | 0.53% | - |
| HSV(B) | 19.32º | 0.61% | 0.76% | - |
| XYZ | 29.57 | 24.03 | 9.92 | - |
| YUV | 133.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 76 | 0 | 0.41 | 0.61 | 0.24 | 19.32 | 0.49 | 0.53 |
| Hex | C2 | 72 | 4C | 0 | 29 | 3D | 18 | 13 | 31 | 35 |
| Octal | 302 | 162 | 114 | 0 | 51 | 75 | 30 | 23 | 61 | 65 |
| Binary | 11000010 | 1110010 | 1001100 | 0 | 101001 | 111101 | 11000 | 10011 | 110001 | 110101 |
Color Harmonies of #C2724C
Complementary color
Monochromatic Colors of #C2724C
Black with #C2724C
Text Example
Text Example
White with #C2724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2724C; }
p { color: rgb(194,114,76); }
H1.HeaderClassName
{
color: #C2724C;
}
.AnyTagClassName
{
color: #C2724C;
}
</style>
background-color css
<style>
a { background-color: #C2724C; }
a { background-color: rgb(194,114,76); }
div.DivClassName
{
background-color: #C2724C;
}
.BgClassName
{
background-color: #C2724C;
}
</style>
border-color css
<style>
span { border-color: #C2724C; }
span { border-color: rgb(194,114,76); }
td.TdClassName
{
border-color: #C2724C;
}
.TagClassName
{
border-color: #C2724C;
}
</style>