Shades of Red Damask #C0694F
Tints of Red Damask #C0694F
RGB
CMYK
RGB Variations
Color information
#C0694F (or 0xC0694F) is known color: Red Damask. HEX triplet: C0, 69 and 4F. RGB value is (192,105,79). Sum of RGB (Red+Green+Blue) = 192+105+79=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0694F is #3F96B0. Grayscale: #808080. Windows color (decimal): -4167345 or 5204416. OLE color: 5204416.
HSL color Cylindrical-coordinate representation of color #C0694F: hue angle of 13.81º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0694F is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 79 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.25 |
| HSL | 13.81º | 0.47% | 0.53% | - |
| HSV(B) | 13.81º | 0.59% | 0.75% | - |
| XYZ | 28.2 | 21.87 | 10.13 | - |
| YUV | 128.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 79 | 0 | 0.45 | 0.59 | 0.25 | 13.81 | 0.47 | 0.53 |
| Hex | C0 | 69 | 4F | 0 | 2D | 3B | 19 | E | 2F | 35 |
| Octal | 300 | 151 | 117 | 0 | 55 | 73 | 31 | 16 | 57 | 65 |
| Binary | 11000000 | 1101001 | 1001111 | 0 | 101101 | 111011 | 11001 | 1110 | 101111 | 110101 |
Color Harmonies of #C0694F
Complementary color
Monochromatic Colors of #C0694F
Black with #C0694F
Text Example
Text Example
White with #C0694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0694F; }
p { color: rgb(192,105,79); }
H1.HeaderClassName
{
color: #C0694F;
}
.AnyTagClassName
{
color: #C0694F;
}
</style>
background-color css
<style>
a { background-color: #C0694F; }
a { background-color: rgb(192,105,79); }
div.DivClassName
{
background-color: #C0694F;
}
.BgClassName
{
background-color: #C0694F;
}
</style>
border-color css
<style>
span { border-color: #C0694F; }
span { border-color: rgb(192,105,79); }
td.TdClassName
{
border-color: #C0694F;
}
.TagClassName
{
border-color: #C0694F;
}
</style>