Shades of Red Damask #C3784D
Tints of Red Damask #C3784D
RGB
CMYK
RGB Variations
Color information
#C3784D (or 0xC3784D) is known color: Red Damask. HEX triplet: C3, 78 and 4D. RGB value is (195,120,77). Sum of RGB (Red+Green+Blue) = 195+120+77=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3784D is #3C87B2. Grayscale: #898989. Windows color (decimal): -3966899 or 5077187. OLE color: 5077187.
HSL color Cylindrical-coordinate representation of color #C3784D: hue angle of 21.86º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3784D is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 77 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.24 |
| HSL | 21.86º | 0.5% | 0.53% | - |
| HSV(B) | 21.86º | 0.61% | 0.76% | - |
| XYZ | 30.56 | 25.57 | 10.35 | - |
| YUV | 137.52 | 93.85 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 77 | 0 | 0.38 | 0.61 | 0.24 | 21.86 | 0.5 | 0.53 |
| Hex | C3 | 78 | 4D | 0 | 26 | 3D | 18 | 16 | 32 | 35 |
| Octal | 303 | 170 | 115 | 0 | 46 | 75 | 30 | 26 | 62 | 65 |
| Binary | 11000011 | 1111000 | 1001101 | 0 | 100110 | 111101 | 11000 | 10110 | 110010 | 110101 |
Color Harmonies of #C3784D
Complementary color
Monochromatic Colors of #C3784D
Black with #C3784D
Text Example
Text Example
White with #C3784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3784D; }
p { color: rgb(195,120,77); }
H1.HeaderClassName
{
color: #C3784D;
}
.AnyTagClassName
{
color: #C3784D;
}
</style>
background-color css
<style>
a { background-color: #C3784D; }
a { background-color: rgb(195,120,77); }
div.DivClassName
{
background-color: #C3784D;
}
.BgClassName
{
background-color: #C3784D;
}
</style>
border-color css
<style>
span { border-color: #C3784D; }
span { border-color: rgb(195,120,77); }
td.TdClassName
{
border-color: #C3784D;
}
.TagClassName
{
border-color: #C3784D;
}
</style>