Shades of Red Damask #C27447
Tints of Red Damask #C27447
RGB
CMYK
RGB Variations
Color information
#C27447 (or 0xC27447) is known color: Red Damask. HEX triplet: C2, 74 and 47. RGB value is (194,116,71). Sum of RGB (Red+Green+Blue) = 194+116+71=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C27447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27447 is #3D8BB8. Grayscale: #868686. Windows color (decimal): -4033465 or 4682946. OLE color: 4682946.
HSL color Cylindrical-coordinate representation of color #C27447: hue angle of 21.95º 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 #C27447 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 71 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.24 |
| HSL | 21.95º | 0.5% | 0.52% | - |
| HSV(B) | 21.95º | 0.63% | 0.76% | - |
| XYZ | 29.63 | 24.42 | 9.11 | - |
| YUV | 134.19 | 92.34 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 71 | 0 | 0.40 | 0.63 | 0.24 | 21.95 | 0.5 | 0.52 |
| Hex | C2 | 74 | 47 | 0 | 28 | 3F | 18 | 16 | 32 | 34 |
| Octal | 302 | 164 | 107 | 0 | 50 | 77 | 30 | 26 | 62 | 64 |
| Binary | 11000010 | 1110100 | 1000111 | 0 | 101000 | 111111 | 11000 | 10110 | 110010 | 110100 |
Color Harmonies of #C27447
Complementary color
Monochromatic Colors of #C27447
Black with #C27447
Text Example
Text Example
White with #C27447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27447; }
p { color: rgb(194,116,71); }
H1.HeaderClassName
{
color: #C27447;
}
.AnyTagClassName
{
color: #C27447;
}
</style>
background-color css
<style>
a { background-color: #C27447; }
a { background-color: rgb(194,116,71); }
div.DivClassName
{
background-color: #C27447;
}
.BgClassName
{
background-color: #C27447;
}
</style>
border-color css
<style>
span { border-color: #C27447; }
span { border-color: rgb(194,116,71); }
td.TdClassName
{
border-color: #C27447;
}
.TagClassName
{
border-color: #C27447;
}
</style>