Shades of Red Damask #C27C54
Tints of Red Damask #C27C54
RGB
CMYK
RGB Variations
Color information
#C27C54 (or 0xC27C54) is known color: Red Damask. HEX triplet: C2, 7C and 54. RGB value is (194,124,84). Sum of RGB (Red+Green+Blue) = 194+124+84=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C54 is #3D83AB. Grayscale: #8C8C8C. Windows color (decimal): -4031404 or 5536962. OLE color: 5536962.
HSL color Cylindrical-coordinate representation of color #C27C54: hue angle of 21.82º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C27C54 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 84 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.24 |
| HSL | 21.82º | 0.47% | 0.55% | - |
| HSV(B) | 21.82º | 0.57% | 0.76% | - |
| XYZ | 31.06 | 26.52 | 11.87 | - |
| YUV | 140.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 84 | 0 | 0.36 | 0.57 | 0.24 | 21.82 | 0.47 | 0.55 |
| Hex | C2 | 7C | 54 | 0 | 24 | 39 | 18 | 16 | 2F | 37 |
| Octal | 302 | 174 | 124 | 0 | 44 | 71 | 30 | 26 | 57 | 67 |
| Binary | 11000010 | 1111100 | 1010100 | 0 | 100100 | 111001 | 11000 | 10110 | 101111 | 110111 |
Color Harmonies of #C27C54
Complementary color
Monochromatic Colors of #C27C54
Black with #C27C54
Text Example
Text Example
White with #C27C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C54; }
p { color: rgb(194,124,84); }
H1.HeaderClassName
{
color: #C27C54;
}
.AnyTagClassName
{
color: #C27C54;
}
</style>
background-color css
<style>
a { background-color: #C27C54; }
a { background-color: rgb(194,124,84); }
div.DivClassName
{
background-color: #C27C54;
}
.BgClassName
{
background-color: #C27C54;
}
</style>
border-color css
<style>
span { border-color: #C27C54; }
span { border-color: rgb(194,124,84); }
td.TdClassName
{
border-color: #C27C54;
}
.TagClassName
{
border-color: #C27C54;
}
</style>