Shades of Red Damask #C2694F
Tints of Red Damask #C2694F
RGB
CMYK
RGB Variations
Color information
#C2694F (or 0xC2694F) is known color: Red Damask. HEX triplet: C2, 69 and 4F. RGB value is (194,105,79). Sum of RGB (Red+Green+Blue) = 194+105+79=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C2694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2694F is #3D96B0. Grayscale: #808080. Windows color (decimal): -4036273 or 5204418. OLE color: 5204418.
HSL color Cylindrical-coordinate representation of color #C2694F: hue angle of 13.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2694F is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 79 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.24 |
| HSL | 13.57º | 0.49% | 0.54% | - |
| HSV(B) | 13.57º | 0.59% | 0.76% | - |
| XYZ | 28.71 | 22.14 | 10.16 | - |
| YUV | 128.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 79 | 0 | 0.46 | 0.59 | 0.24 | 13.57 | 0.49 | 0.54 |
| Hex | C2 | 69 | 4F | 0 | 2E | 3B | 18 | E | 31 | 36 |
| Octal | 302 | 151 | 117 | 0 | 56 | 73 | 30 | 16 | 61 | 66 |
| Binary | 11000010 | 1101001 | 1001111 | 0 | 101110 | 111011 | 11000 | 1110 | 110001 | 110110 |
Color Harmonies of #C2694F
Complementary color
Monochromatic Colors of #C2694F
Black with #C2694F
Text Example
Text Example
White with #C2694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2694F; }
p { color: rgb(194,105,79); }
H1.HeaderClassName
{
color: #C2694F;
}
.AnyTagClassName
{
color: #C2694F;
}
</style>
background-color css
<style>
a { background-color: #C2694F; }
a { background-color: rgb(194,105,79); }
div.DivClassName
{
background-color: #C2694F;
}
.BgClassName
{
background-color: #C2694F;
}
</style>
border-color css
<style>
span { border-color: #C2694F; }
span { border-color: rgb(194,105,79); }
td.TdClassName
{
border-color: #C2694F;
}
.TagClassName
{
border-color: #C2694F;
}
</style>