Shades of Red Damask #C27C52
Tints of Red Damask #C27C52
RGB
CMYK
RGB Variations
Color information
#C27C52 (or 0xC27C52) is known color: Red Damask. HEX triplet: C2, 7C and 52. RGB value is (194,124,82). Sum of RGB (Red+Green+Blue) = 194+124+82=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C52 is #3D83AD. Grayscale: #8C8C8C. Windows color (decimal): -4031406 or 5405890. OLE color: 5405890.
HSL color Cylindrical-coordinate representation of color #C27C52: hue angle of 22.5º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C27C52 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 82 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.24 |
| HSL | 22.5º | 0.48% | 0.54% | - |
| HSV(B) | 22.5º | 0.58% | 0.76% | - |
| XYZ | 30.98 | 26.49 | 11.46 | - |
| YUV | 140.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 82 | 0 | 0.36 | 0.58 | 0.24 | 22.5 | 0.48 | 0.54 |
| Hex | C2 | 7C | 52 | 0 | 24 | 3A | 18 | 16 | 30 | 36 |
| Octal | 302 | 174 | 122 | 0 | 44 | 72 | 30 | 26 | 60 | 66 |
| Binary | 11000010 | 1111100 | 1010010 | 0 | 100100 | 111010 | 11000 | 10110 | 110000 | 110110 |
Color Harmonies of #C27C52
Complementary color
Monochromatic Colors of #C27C52
Black with #C27C52
Text Example
Text Example
White with #C27C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C52; }
p { color: rgb(194,124,82); }
H1.HeaderClassName
{
color: #C27C52;
}
.AnyTagClassName
{
color: #C27C52;
}
</style>
background-color css
<style>
a { background-color: #C27C52; }
a { background-color: rgb(194,124,82); }
div.DivClassName
{
background-color: #C27C52;
}
.BgClassName
{
background-color: #C27C52;
}
</style>
border-color css
<style>
span { border-color: #C27C52; }
span { border-color: rgb(194,124,82); }
td.TdClassName
{
border-color: #C27C52;
}
.TagClassName
{
border-color: #C27C52;
}
</style>