Shades of Red Damask #C27148
Tints of Red Damask #C27148
RGB
CMYK
RGB Variations
Color information
#C27148 (or 0xC27148) is known color: Red Damask. HEX triplet: C2, 71 and 48. RGB value is (194,113,72). Sum of RGB (Red+Green+Blue) = 194+113+72=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C27148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27148 is #3D8EB7. Grayscale: #848484. Windows color (decimal): -4034232 or 4747714. OLE color: 4747714.
HSL color Cylindrical-coordinate representation of color #C27148: hue angle of 20.16º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C27148 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 72 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.24 |
| HSL | 20.16º | 0.5% | 0.52% | - |
| HSV(B) | 20.16º | 0.63% | 0.76% | - |
| XYZ | 29.32 | 23.75 | 9.17 | - |
| YUV | 132.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 72 | 0 | 0.42 | 0.63 | 0.24 | 20.16 | 0.5 | 0.52 |
| Hex | C2 | 71 | 48 | 0 | 2A | 3F | 18 | 14 | 32 | 34 |
| Octal | 302 | 161 | 110 | 0 | 52 | 77 | 30 | 24 | 62 | 64 |
| Binary | 11000010 | 1110001 | 1001000 | 0 | 101010 | 111111 | 11000 | 10100 | 110010 | 110100 |
Color Harmonies of #C27148
Complementary color
Monochromatic Colors of #C27148
Black with #C27148
Text Example
Text Example
White with #C27148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27148; }
p { color: rgb(194,113,72); }
H1.HeaderClassName
{
color: #C27148;
}
.AnyTagClassName
{
color: #C27148;
}
</style>
background-color css
<style>
a { background-color: #C27148; }
a { background-color: rgb(194,113,72); }
div.DivClassName
{
background-color: #C27148;
}
.BgClassName
{
background-color: #C27148;
}
</style>
border-color css
<style>
span { border-color: #C27148; }
span { border-color: rgb(194,113,72); }
td.TdClassName
{
border-color: #C27148;
}
.TagClassName
{
border-color: #C27148;
}
</style>