Shades of Red Damask #C2764D
Tints of Red Damask #C2764D
RGB
CMYK
RGB Variations
Color information
#C2764D (or 0xC2764D) is known color: Red Damask. HEX triplet: C2, 76 and 4D. RGB value is (194,118,77). Sum of RGB (Red+Green+Blue) = 194+118+77=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2764D is #3D89B2. Grayscale: #888888. Windows color (decimal): -4032947 or 5076674. OLE color: 5076674.
HSL color Cylindrical-coordinate representation of color #C2764D: hue angle of 21.03º 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 #C2764D is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 77 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.24 |
| HSL | 21.03º | 0.49% | 0.53% | - |
| HSV(B) | 21.03º | 0.6% | 0.76% | - |
| XYZ | 30.07 | 24.96 | 10.25 | - |
| YUV | 136.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 77 | 0 | 0.39 | 0.60 | 0.24 | 21.03 | 0.49 | 0.53 |
| Hex | C2 | 76 | 4D | 0 | 27 | 3C | 18 | 15 | 31 | 35 |
| Octal | 302 | 166 | 115 | 0 | 47 | 74 | 30 | 25 | 61 | 65 |
| Binary | 11000010 | 1110110 | 1001101 | 0 | 100111 | 111100 | 11000 | 10101 | 110001 | 110101 |
Color Harmonies of #C2764D
Complementary color
Monochromatic Colors of #C2764D
Black with #C2764D
Text Example
Text Example
White with #C2764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2764D; }
p { color: rgb(194,118,77); }
H1.HeaderClassName
{
color: #C2764D;
}
.AnyTagClassName
{
color: #C2764D;
}
</style>
background-color css
<style>
a { background-color: #C2764D; }
a { background-color: rgb(194,118,77); }
div.DivClassName
{
background-color: #C2764D;
}
.BgClassName
{
background-color: #C2764D;
}
</style>
border-color css
<style>
span { border-color: #C2764D; }
span { border-color: rgb(194,118,77); }
td.TdClassName
{
border-color: #C2764D;
}
.TagClassName
{
border-color: #C2764D;
}
</style>