Shades of Red Damask #C2764E
Tints of Red Damask #C2764E
RGB
CMYK
RGB Variations
Color information
#C2764E (or 0xC2764E) is known color: Red Damask. HEX triplet: C2, 76 and 4E. RGB value is (194,118,78). Sum of RGB (Red+Green+Blue) = 194+118+78=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2764E is #3D89B1. Grayscale: #888888. Windows color (decimal): -4032946 or 5142210. OLE color: 5142210.
HSL color Cylindrical-coordinate representation of color #C2764E: hue angle of 20.69º 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 #C2764E is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 78 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.24 |
| HSL | 20.69º | 0.49% | 0.53% | - |
| HSV(B) | 20.69º | 0.6% | 0.76% | - |
| XYZ | 30.1 | 24.98 | 10.44 | - |
| YUV | 136.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 78 | 0 | 0.39 | 0.60 | 0.24 | 20.69 | 0.49 | 0.53 |
| Hex | C2 | 76 | 4E | 0 | 27 | 3C | 18 | 15 | 31 | 35 |
| Octal | 302 | 166 | 116 | 0 | 47 | 74 | 30 | 25 | 61 | 65 |
| Binary | 11000010 | 1110110 | 1001110 | 0 | 100111 | 111100 | 11000 | 10101 | 110001 | 110101 |
Color Harmonies of #C2764E
Complementary color
Monochromatic Colors of #C2764E
Black with #C2764E
Text Example
Text Example
White with #C2764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2764E; }
p { color: rgb(194,118,78); }
H1.HeaderClassName
{
color: #C2764E;
}
.AnyTagClassName
{
color: #C2764E;
}
</style>
background-color css
<style>
a { background-color: #C2764E; }
a { background-color: rgb(194,118,78); }
div.DivClassName
{
background-color: #C2764E;
}
.BgClassName
{
background-color: #C2764E;
}
</style>
border-color css
<style>
span { border-color: #C2764E; }
span { border-color: rgb(194,118,78); }
td.TdClassName
{
border-color: #C2764E;
}
.TagClassName
{
border-color: #C2764E;
}
</style>