Shades of Red Damask #C2744C
Tints of Red Damask #C2744C
RGB
CMYK
RGB Variations
Color information
#C2744C (or 0xC2744C) is known color: Red Damask. HEX triplet: C2, 74 and 4C. RGB value is (194,116,76). Sum of RGB (Red+Green+Blue) = 194+116+76=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2744C is #3D8BB3. Grayscale: #878787. Windows color (decimal): -4033460 or 5010626. OLE color: 5010626.
HSL color Cylindrical-coordinate representation of color #C2744C: hue angle of 20.34º 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 #C2744C is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 76 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.24 |
| HSL | 20.34º | 0.49% | 0.53% | - |
| HSV(B) | 20.34º | 0.61% | 0.76% | - |
| XYZ | 29.8 | 24.48 | 9.99 | - |
| YUV | 134.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 76 | 0 | 0.40 | 0.61 | 0.24 | 20.34 | 0.49 | 0.53 |
| Hex | C2 | 74 | 4C | 0 | 28 | 3D | 18 | 14 | 31 | 35 |
| Octal | 302 | 164 | 114 | 0 | 50 | 75 | 30 | 24 | 61 | 65 |
| Binary | 11000010 | 1110100 | 1001100 | 0 | 101000 | 111101 | 11000 | 10100 | 110001 | 110101 |
Color Harmonies of #C2744C
Complementary color
Monochromatic Colors of #C2744C
Black with #C2744C
Text Example
Text Example
White with #C2744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2744C; }
p { color: rgb(194,116,76); }
H1.HeaderClassName
{
color: #C2744C;
}
.AnyTagClassName
{
color: #C2744C;
}
</style>
background-color css
<style>
a { background-color: #C2744C; }
a { background-color: rgb(194,116,76); }
div.DivClassName
{
background-color: #C2744C;
}
.BgClassName
{
background-color: #C2744C;
}
</style>
border-color css
<style>
span { border-color: #C2744C; }
span { border-color: rgb(194,116,76); }
td.TdClassName
{
border-color: #C2744C;
}
.TagClassName
{
border-color: #C2744C;
}
</style>