Shades of Red Damask #C27854
Tints of Red Damask #C27854
RGB
CMYK
RGB Variations
Color information
#C27854 (or 0xC27854) is known color: Red Damask. HEX triplet: C2, 78 and 54. RGB value is (194,120,84). Sum of RGB (Red+Green+Blue) = 194+120+84=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C27854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27854 is #3D87AB. Grayscale: #8A8A8A. Windows color (decimal): -4032428 or 5535938. OLE color: 5535938.
HSL color Cylindrical-coordinate representation of color #C27854: hue angle of 19.64º 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 #C27854 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 84 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.24 |
| HSL | 19.64º | 0.47% | 0.55% | - |
| HSV(B) | 19.64º | 0.57% | 0.76% | - |
| XYZ | 30.56 | 25.54 | 11.71 | - |
| YUV | 138.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 84 | 0 | 0.38 | 0.57 | 0.24 | 19.64 | 0.47 | 0.55 |
| Hex | C2 | 78 | 54 | 0 | 26 | 39 | 18 | 14 | 2F | 37 |
| Octal | 302 | 170 | 124 | 0 | 46 | 71 | 30 | 24 | 57 | 67 |
| Binary | 11000010 | 1111000 | 1010100 | 0 | 100110 | 111001 | 11000 | 10100 | 101111 | 110111 |
Color Harmonies of #C27854
Complementary color
Monochromatic Colors of #C27854
Black with #C27854
Text Example
Text Example
White with #C27854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27854; }
p { color: rgb(194,120,84); }
H1.HeaderClassName
{
color: #C27854;
}
.AnyTagClassName
{
color: #C27854;
}
</style>
background-color css
<style>
a { background-color: #C27854; }
a { background-color: rgb(194,120,84); }
div.DivClassName
{
background-color: #C27854;
}
.BgClassName
{
background-color: #C27854;
}
</style>
border-color css
<style>
span { border-color: #C27854; }
span { border-color: rgb(194,120,84); }
td.TdClassName
{
border-color: #C27854;
}
.TagClassName
{
border-color: #C27854;
}
</style>