Shades of Red Damask #C27650
Tints of Red Damask #C27650
RGB
CMYK
RGB Variations
Color information
#C27650 (or 0xC27650) is known color: Red Damask. HEX triplet: C2, 76 and 50. RGB value is (194,118,80). Sum of RGB (Red+Green+Blue) = 194+118+80=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C27650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27650 is #3D89AF. Grayscale: #888888. Windows color (decimal): -4032944 or 5273282. OLE color: 5273282.
HSL color Cylindrical-coordinate representation of color #C27650: hue angle of 20º 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 #C27650 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 80 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.24 |
| HSL | 20º | 0.48% | 0.54% | - |
| HSV(B) | 20º | 0.59% | 0.76% | - |
| XYZ | 30.17 | 25.01 | 10.83 | - |
| YUV | 136.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 80 | 0 | 0.39 | 0.59 | 0.24 | 20 | 0.48 | 0.54 |
| Hex | C2 | 76 | 50 | 0 | 27 | 3B | 18 | 14 | 30 | 36 |
| Octal | 302 | 166 | 120 | 0 | 47 | 73 | 30 | 24 | 60 | 66 |
| Binary | 11000010 | 1110110 | 1010000 | 0 | 100111 | 111011 | 11000 | 10100 | 110000 | 110110 |
Color Harmonies of #C27650
Complementary color
Monochromatic Colors of #C27650
Black with #C27650
Text Example
Text Example
White with #C27650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27650; }
p { color: rgb(194,118,80); }
H1.HeaderClassName
{
color: #C27650;
}
.AnyTagClassName
{
color: #C27650;
}
</style>
background-color css
<style>
a { background-color: #C27650; }
a { background-color: rgb(194,118,80); }
div.DivClassName
{
background-color: #C27650;
}
.BgClassName
{
background-color: #C27650;
}
</style>
border-color css
<style>
span { border-color: #C27650; }
span { border-color: rgb(194,118,80); }
td.TdClassName
{
border-color: #C27650;
}
.TagClassName
{
border-color: #C27650;
}
</style>