Shades of Red Damask #C2694E
Tints of Red Damask #C2694E
RGB
CMYK
RGB Variations
Color information
#C2694E (or 0xC2694E) is known color: Red Damask. HEX triplet: C2, 69 and 4E. RGB value is (194,105,78). Sum of RGB (Red+Green+Blue) = 194+105+78=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2694E is #3D96B1. Grayscale: #808080. Windows color (decimal): -4036274 or 5138882. OLE color: 5138882.
HSL color Cylindrical-coordinate representation of color #C2694E: hue angle of 13.97º 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 #C2694E is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 78 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.24 |
| HSL | 13.97º | 0.49% | 0.53% | - |
| HSV(B) | 13.97º | 0.6% | 0.76% | - |
| XYZ | 28.67 | 22.12 | 9.97 | - |
| YUV | 128.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 78 | 0 | 0.46 | 0.60 | 0.24 | 13.97 | 0.49 | 0.53 |
| Hex | C2 | 69 | 4E | 0 | 2E | 3C | 18 | E | 31 | 35 |
| Octal | 302 | 151 | 116 | 0 | 56 | 74 | 30 | 16 | 61 | 65 |
| Binary | 11000010 | 1101001 | 1001110 | 0 | 101110 | 111100 | 11000 | 1110 | 110001 | 110101 |
Color Harmonies of #C2694E
Complementary color
Monochromatic Colors of #C2694E
Black with #C2694E
Text Example
Text Example
White with #C2694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2694E; }
p { color: rgb(194,105,78); }
H1.HeaderClassName
{
color: #C2694E;
}
.AnyTagClassName
{
color: #C2694E;
}
</style>
background-color css
<style>
a { background-color: #C2694E; }
a { background-color: rgb(194,105,78); }
div.DivClassName
{
background-color: #C2694E;
}
.BgClassName
{
background-color: #C2694E;
}
</style>
border-color css
<style>
span { border-color: #C2694E; }
span { border-color: rgb(194,105,78); }
td.TdClassName
{
border-color: #C2694E;
}
.TagClassName
{
border-color: #C2694E;
}
</style>