Shades of Red Damask #C27851
Tints of Red Damask #C27851
RGB
CMYK
RGB Variations
Color information
#C27851 (or 0xC27851) is known color: Red Damask. HEX triplet: C2, 78 and 51. RGB value is (194,120,81). Sum of RGB (Red+Green+Blue) = 194+120+81=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C27851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27851 is #3D87AE. Grayscale: #898989. Windows color (decimal): -4032431 or 5339330. OLE color: 5339330.
HSL color Cylindrical-coordinate representation of color #C27851: hue angle of 20.71º 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 #C27851 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 81 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.24 |
| HSL | 20.71º | 0.48% | 0.54% | - |
| HSV(B) | 20.71º | 0.58% | 0.76% | - |
| XYZ | 30.45 | 25.5 | 11.1 | - |
| YUV | 137.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 81 | 0 | 0.38 | 0.58 | 0.24 | 20.71 | 0.48 | 0.54 |
| Hex | C2 | 78 | 51 | 0 | 26 | 3A | 18 | 15 | 30 | 36 |
| Octal | 302 | 170 | 121 | 0 | 46 | 72 | 30 | 25 | 60 | 66 |
| Binary | 11000010 | 1111000 | 1010001 | 0 | 100110 | 111010 | 11000 | 10101 | 110000 | 110110 |
Color Harmonies of #C27851
Complementary color
Monochromatic Colors of #C27851
Black with #C27851
Text Example
Text Example
White with #C27851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27851; }
p { color: rgb(194,120,81); }
H1.HeaderClassName
{
color: #C27851;
}
.AnyTagClassName
{
color: #C27851;
}
</style>
background-color css
<style>
a { background-color: #C27851; }
a { background-color: rgb(194,120,81); }
div.DivClassName
{
background-color: #C27851;
}
.BgClassName
{
background-color: #C27851;
}
</style>
border-color css
<style>
span { border-color: #C27851; }
span { border-color: rgb(194,120,81); }
td.TdClassName
{
border-color: #C27851;
}
.TagClassName
{
border-color: #C27851;
}
</style>