Shades of Red Damask #C2784D
Tints of Red Damask #C2784D
RGB
CMYK
RGB Variations
Color information
#C2784D (or 0xC2784D) is known color: Red Damask. HEX triplet: C2, 78 and 4D. RGB value is (194,120,77). Sum of RGB (Red+Green+Blue) = 194+120+77=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2784D is #3D87B2. Grayscale: #898989. Windows color (decimal): -4032435 or 5077186. OLE color: 5077186.
HSL color Cylindrical-coordinate representation of color #C2784D: hue angle of 22.05º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2784D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 77 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.24 |
| HSL | 22.05º | 0.49% | 0.53% | - |
| HSV(B) | 22.05º | 0.6% | 0.76% | - |
| XYZ | 30.3 | 25.44 | 10.33 | - |
| YUV | 137.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 77 | 0 | 0.38 | 0.60 | 0.24 | 22.05 | 0.49 | 0.53 |
| Hex | C2 | 78 | 4D | 0 | 26 | 3C | 18 | 16 | 31 | 35 |
| Octal | 302 | 170 | 115 | 0 | 46 | 74 | 30 | 26 | 61 | 65 |
| Binary | 11000010 | 1111000 | 1001101 | 0 | 100110 | 111100 | 11000 | 10110 | 110001 | 110101 |
Color Harmonies of #C2784D
Complementary color
Monochromatic Colors of #C2784D
Black with #C2784D
Text Example
Text Example
White with #C2784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2784D; }
p { color: rgb(194,120,77); }
H1.HeaderClassName
{
color: #C2784D;
}
.AnyTagClassName
{
color: #C2784D;
}
</style>
background-color css
<style>
a { background-color: #C2784D; }
a { background-color: rgb(194,120,77); }
div.DivClassName
{
background-color: #C2784D;
}
.BgClassName
{
background-color: #C2784D;
}
</style>
border-color css
<style>
span { border-color: #C2784D; }
span { border-color: rgb(194,120,77); }
td.TdClassName
{
border-color: #C2784D;
}
.TagClassName
{
border-color: #C2784D;
}
</style>