Shades of Red Damask #C2684D
Tints of Red Damask #C2684D
RGB
CMYK
RGB Variations
Color information
#C2684D (or 0xC2684D) is known color: Red Damask. HEX triplet: C2, 68 and 4D. RGB value is (194,104,77). Sum of RGB (Red+Green+Blue) = 194+104+77=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2684D is #3D97B2. Grayscale: #808080. Windows color (decimal): -4036531 or 5073090. OLE color: 5073090.
HSL color Cylindrical-coordinate representation of color #C2684D: hue angle of 13.85º 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 #C2684D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 77 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.24 |
| HSL | 13.85º | 0.49% | 0.53% | - |
| HSV(B) | 13.85º | 0.6% | 0.76% | - |
| XYZ | 28.54 | 21.91 | 9.75 | - |
| YUV | 127.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 77 | 0 | 0.46 | 0.60 | 0.24 | 13.85 | 0.49 | 0.53 |
| Hex | C2 | 68 | 4D | 0 | 2E | 3C | 18 | E | 31 | 35 |
| Octal | 302 | 150 | 115 | 0 | 56 | 74 | 30 | 16 | 61 | 65 |
| Binary | 11000010 | 1101000 | 1001101 | 0 | 101110 | 111100 | 11000 | 1110 | 110001 | 110101 |
Color Harmonies of #C2684D
Complementary color
Monochromatic Colors of #C2684D
Black with #C2684D
Text Example
Text Example
White with #C2684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2684D; }
p { color: rgb(194,104,77); }
H1.HeaderClassName
{
color: #C2684D;
}
.AnyTagClassName
{
color: #C2684D;
}
</style>
background-color css
<style>
a { background-color: #C2684D; }
a { background-color: rgb(194,104,77); }
div.DivClassName
{
background-color: #C2684D;
}
.BgClassName
{
background-color: #C2684D;
}
</style>
border-color css
<style>
span { border-color: #C2684D; }
span { border-color: rgb(194,104,77); }
td.TdClassName
{
border-color: #C2684D;
}
.TagClassName
{
border-color: #C2684D;
}
</style>