Shades of Red Damask #C27554
Tints of Red Damask #C27554
RGB
CMYK
RGB Variations
Color information
#C27554 (or 0xC27554) is known color: Red Damask. HEX triplet: C2, 75 and 54. RGB value is (194,117,84). Sum of RGB (Red+Green+Blue) = 194+117+84=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C27554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27554 is #3D8AAB. Grayscale: #888888. Windows color (decimal): -4033196 or 5535170. OLE color: 5535170.
HSL color Cylindrical-coordinate representation of color #C27554: hue angle of 18º 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 #C27554 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 84 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.24 |
| HSL | 18º | 0.47% | 0.55% | - |
| HSV(B) | 18º | 0.57% | 0.76% | - |
| XYZ | 30.21 | 24.83 | 11.59 | - |
| YUV | 136.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 84 | 0 | 0.40 | 0.57 | 0.24 | 18 | 0.47 | 0.55 |
| Hex | C2 | 75 | 54 | 0 | 28 | 39 | 18 | 12 | 2F | 37 |
| Octal | 302 | 165 | 124 | 0 | 50 | 71 | 30 | 22 | 57 | 67 |
| Binary | 11000010 | 1110101 | 1010100 | 0 | 101000 | 111001 | 11000 | 10010 | 101111 | 110111 |
Color Harmonies of #C27554
Complementary color
Monochromatic Colors of #C27554
Black with #C27554
Text Example
Text Example
White with #C27554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27554; }
p { color: rgb(194,117,84); }
H1.HeaderClassName
{
color: #C27554;
}
.AnyTagClassName
{
color: #C27554;
}
</style>
background-color css
<style>
a { background-color: #C27554; }
a { background-color: rgb(194,117,84); }
div.DivClassName
{
background-color: #C27554;
}
.BgClassName
{
background-color: #C27554;
}
</style>
border-color css
<style>
span { border-color: #C27554; }
span { border-color: rgb(194,117,84); }
td.TdClassName
{
border-color: #C27554;
}
.TagClassName
{
border-color: #C27554;
}
</style>