Shades of Red Damask #C27350
Tints of Red Damask #C27350
RGB
CMYK
RGB Variations
Color information
#C27350 (or 0xC27350) is known color: Red Damask. HEX triplet: C2, 73 and 50. RGB value is (194,115,80). Sum of RGB (Red+Green+Blue) = 194+115+80=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C27350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27350 is #3D8CAF. Grayscale: #868686. Windows color (decimal): -4033712 or 5272514. OLE color: 5272514.
HSL color Cylindrical-coordinate representation of color #C27350: hue angle of 18.42º 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 #C27350 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 80 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.24 |
| HSL | 18.42º | 0.48% | 0.54% | - |
| HSV(B) | 18.42º | 0.59% | 0.76% | - |
| XYZ | 29.83 | 24.31 | 10.71 | - |
| YUV | 134.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 80 | 0 | 0.41 | 0.59 | 0.24 | 18.42 | 0.48 | 0.54 |
| Hex | C2 | 73 | 50 | 0 | 29 | 3B | 18 | 12 | 30 | 36 |
| Octal | 302 | 163 | 120 | 0 | 51 | 73 | 30 | 22 | 60 | 66 |
| Binary | 11000010 | 1110011 | 1010000 | 0 | 101001 | 111011 | 11000 | 10010 | 110000 | 110110 |
Color Harmonies of #C27350
Complementary color
Monochromatic Colors of #C27350
Black with #C27350
Text Example
Text Example
White with #C27350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27350; }
p { color: rgb(194,115,80); }
H1.HeaderClassName
{
color: #C27350;
}
.AnyTagClassName
{
color: #C27350;
}
</style>
background-color css
<style>
a { background-color: #C27350; }
a { background-color: rgb(194,115,80); }
div.DivClassName
{
background-color: #C27350;
}
.BgClassName
{
background-color: #C27350;
}
</style>
border-color css
<style>
span { border-color: #C27350; }
span { border-color: rgb(194,115,80); }
td.TdClassName
{
border-color: #C27350;
}
.TagClassName
{
border-color: #C27350;
}
</style>