Shades of Red Damask #C2734A
Tints of Red Damask #C2734A
RGB
CMYK
RGB Variations
Color information
#C2734A (or 0xC2734A) is known color: Red Damask. HEX triplet: C2, 73 and 4A. RGB value is (194,115,74). Sum of RGB (Red+Green+Blue) = 194+115+74=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2734A is #3D8CB5. Grayscale: #868686. Windows color (decimal): -4033718 or 4879298. OLE color: 4879298.
HSL color Cylindrical-coordinate representation of color #C2734A: hue angle of 20.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2734A is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 74 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.24 |
| HSL | 20.5º | 0.5% | 0.53% | - |
| HSV(B) | 20.5º | 0.62% | 0.76% | - |
| XYZ | 29.61 | 24.23 | 9.59 | - |
| YUV | 133.95 | 94.17 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 74 | 0 | 0.41 | 0.62 | 0.24 | 20.5 | 0.5 | 0.53 |
| Hex | C2 | 73 | 4A | 0 | 29 | 3E | 18 | 14 | 32 | 35 |
| Octal | 302 | 163 | 112 | 0 | 51 | 76 | 30 | 24 | 62 | 65 |
| Binary | 11000010 | 1110011 | 1001010 | 0 | 101001 | 111110 | 11000 | 10100 | 110010 | 110101 |
Color Harmonies of #C2734A
Complementary color
Monochromatic Colors of #C2734A
Black with #C2734A
Text Example
Text Example
White with #C2734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2734A; }
p { color: rgb(194,115,74); }
H1.HeaderClassName
{
color: #C2734A;
}
.AnyTagClassName
{
color: #C2734A;
}
</style>
background-color css
<style>
a { background-color: #C2734A; }
a { background-color: rgb(194,115,74); }
div.DivClassName
{
background-color: #C2734A;
}
.BgClassName
{
background-color: #C2734A;
}
</style>
border-color css
<style>
span { border-color: #C2734A; }
span { border-color: rgb(194,115,74); }
td.TdClassName
{
border-color: #C2734A;
}
.TagClassName
{
border-color: #C2734A;
}
</style>