Shades of Red Damask #C7694F
Tints of Red Damask #C7694F
RGB
CMYK
RGB Variations
Color information
#C7694F (or 0xC7694F) is known color: Red Damask. HEX triplet: C7, 69 and 4F. RGB value is (199,105,79). Sum of RGB (Red+Green+Blue) = 199+105+79=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C7694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7694F is #3896B0. Grayscale: #828282. Windows color (decimal): -3708593 or 5204423. OLE color: 5204423.
HSL color Cylindrical-coordinate representation of color #C7694F: hue angle of 13º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7694F is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 79 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.22 |
| HSL | 13º | 0.52% | 0.55% | - |
| HSV(B) | 13º | 0.6% | 0.78% | - |
| XYZ | 30.02 | 22.81 | 10.22 | - |
| YUV | 130.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 79 | 0 | 0.47 | 0.60 | 0.22 | 13 | 0.52 | 0.55 |
| Hex | C7 | 69 | 4F | 0 | 2F | 3C | 16 | D | 34 | 37 |
| Octal | 307 | 151 | 117 | 0 | 57 | 74 | 26 | 15 | 64 | 67 |
| Binary | 11000111 | 1101001 | 1001111 | 0 | 101111 | 111100 | 10110 | 1101 | 110100 | 110111 |
Color Harmonies of #C7694F
Complementary color
Monochromatic Colors of #C7694F
Black with #C7694F
Text Example
Text Example
White with #C7694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7694F; }
p { color: rgb(199,105,79); }
H1.HeaderClassName
{
color: #C7694F;
}
.AnyTagClassName
{
color: #C7694F;
}
</style>
background-color css
<style>
a { background-color: #C7694F; }
a { background-color: rgb(199,105,79); }
div.DivClassName
{
background-color: #C7694F;
}
.BgClassName
{
background-color: #C7694F;
}
</style>
border-color css
<style>
span { border-color: #C7694F; }
span { border-color: rgb(199,105,79); }
td.TdClassName
{
border-color: #C7694F;
}
.TagClassName
{
border-color: #C7694F;
}
</style>