Shades of Red Damask #C3764D
Tints of Red Damask #C3764D
RGB
CMYK
RGB Variations
Color information
#C3764D (or 0xC3764D) is known color: Red Damask. HEX triplet: C3, 76 and 4D. RGB value is (195,118,77). Sum of RGB (Red+Green+Blue) = 195+118+77=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3764D is #3C89B2. Grayscale: #888888. Windows color (decimal): -3967411 or 5076675. OLE color: 5076675.
HSL color Cylindrical-coordinate representation of color #C3764D: hue angle of 20.85º 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 #C3764D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 77 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.24 |
| HSL | 20.85º | 0.5% | 0.53% | - |
| HSV(B) | 20.85º | 0.61% | 0.76% | - |
| XYZ | 30.32 | 25.09 | 10.27 | - |
| YUV | 136.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 77 | 0 | 0.39 | 0.61 | 0.24 | 20.85 | 0.5 | 0.53 |
| Hex | C3 | 76 | 4D | 0 | 27 | 3D | 18 | 15 | 32 | 35 |
| Octal | 303 | 166 | 115 | 0 | 47 | 75 | 30 | 25 | 62 | 65 |
| Binary | 11000011 | 1110110 | 1001101 | 0 | 100111 | 111101 | 11000 | 10101 | 110010 | 110101 |
Color Harmonies of #C3764D
Complementary color
Monochromatic Colors of #C3764D
Black with #C3764D
Text Example
Text Example
White with #C3764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3764D; }
p { color: rgb(195,118,77); }
H1.HeaderClassName
{
color: #C3764D;
}
.AnyTagClassName
{
color: #C3764D;
}
</style>
background-color css
<style>
a { background-color: #C3764D; }
a { background-color: rgb(195,118,77); }
div.DivClassName
{
background-color: #C3764D;
}
.BgClassName
{
background-color: #C3764D;
}
</style>
border-color css
<style>
span { border-color: #C3764D; }
span { border-color: rgb(195,118,77); }
td.TdClassName
{
border-color: #C3764D;
}
.TagClassName
{
border-color: #C3764D;
}
</style>