Shades of Red Damask #C27850
Tints of Red Damask #C27850
RGB
CMYK
RGB Variations
Color information
#C27850 (or 0xC27850) is known color: Red Damask. HEX triplet: C2, 78 and 50. RGB value is (194,120,80). Sum of RGB (Red+Green+Blue) = 194+120+80=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C27850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27850 is #3D87AF. Grayscale: #898989. Windows color (decimal): -4032432 or 5273794. OLE color: 5273794.
HSL color Cylindrical-coordinate representation of color #C27850: hue angle of 21.05º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C27850 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 80 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.24 |
| HSL | 21.05º | 0.48% | 0.54% | - |
| HSV(B) | 21.05º | 0.59% | 0.76% | - |
| XYZ | 30.41 | 25.48 | 10.9 | - |
| YUV | 137.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 80 | 0 | 0.38 | 0.59 | 0.24 | 21.05 | 0.48 | 0.54 |
| Hex | C2 | 78 | 50 | 0 | 26 | 3B | 18 | 15 | 30 | 36 |
| Octal | 302 | 170 | 120 | 0 | 46 | 73 | 30 | 25 | 60 | 66 |
| Binary | 11000010 | 1111000 | 1010000 | 0 | 100110 | 111011 | 11000 | 10101 | 110000 | 110110 |
Color Harmonies of #C27850
Complementary color
Monochromatic Colors of #C27850
Black with #C27850
Text Example
Text Example
White with #C27850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27850; }
p { color: rgb(194,120,80); }
H1.HeaderClassName
{
color: #C27850;
}
.AnyTagClassName
{
color: #C27850;
}
</style>
background-color css
<style>
a { background-color: #C27850; }
a { background-color: rgb(194,120,80); }
div.DivClassName
{
background-color: #C27850;
}
.BgClassName
{
background-color: #C27850;
}
</style>
border-color css
<style>
span { border-color: #C27850; }
span { border-color: rgb(194,120,80); }
td.TdClassName
{
border-color: #C27850;
}
.TagClassName
{
border-color: #C27850;
}
</style>