Shades of Red Damask #C27354
Tints of Red Damask #C27354
RGB
CMYK
RGB Variations
Color information
#C27354 (or 0xC27354) is known color: Red Damask. HEX triplet: C2, 73 and 54. RGB value is (194,115,84). Sum of RGB (Red+Green+Blue) = 194+115+84=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C27354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27354 is #3D8CAB. Grayscale: #878787. Windows color (decimal): -4033708 or 5534658. OLE color: 5534658.
HSL color Cylindrical-coordinate representation of color #C27354: hue angle of 16.91º 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 #C27354 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 84 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.24 |
| HSL | 16.91º | 0.47% | 0.55% | - |
| HSV(B) | 16.91º | 0.57% | 0.76% | - |
| XYZ | 29.98 | 24.37 | 11.51 | - |
| YUV | 135.09 | 99.17 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 84 | 0 | 0.41 | 0.57 | 0.24 | 16.91 | 0.47 | 0.55 |
| Hex | C2 | 73 | 54 | 0 | 29 | 39 | 18 | 11 | 2F | 37 |
| Octal | 302 | 163 | 124 | 0 | 51 | 71 | 30 | 21 | 57 | 67 |
| Binary | 11000010 | 1110011 | 1010100 | 0 | 101001 | 111001 | 11000 | 10001 | 101111 | 110111 |
Color Harmonies of #C27354
Complementary color
Monochromatic Colors of #C27354
Black with #C27354
Text Example
Text Example
White with #C27354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27354; }
p { color: rgb(194,115,84); }
H1.HeaderClassName
{
color: #C27354;
}
.AnyTagClassName
{
color: #C27354;
}
</style>
background-color css
<style>
a { background-color: #C27354; }
a { background-color: rgb(194,115,84); }
div.DivClassName
{
background-color: #C27354;
}
.BgClassName
{
background-color: #C27354;
}
</style>
border-color css
<style>
span { border-color: #C27354; }
span { border-color: rgb(194,115,84); }
td.TdClassName
{
border-color: #C27354;
}
.TagClassName
{
border-color: #C27354;
}
</style>