Shades of Red Damask #C0684C
Tints of Red Damask #C0684C
RGB
CMYK
RGB Variations
Color information
#C0684C (or 0xC0684C) is known color: Red Damask. HEX triplet: C0, 68 and 4C. RGB value is (192,104,76). Sum of RGB (Red+Green+Blue) = 192+104+76=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0684C is #3F97B3. Grayscale: #7F7F7F. Windows color (decimal): -4167604 or 5007552. OLE color: 5007552.
HSL color Cylindrical-coordinate representation of color #C0684C: hue angle of 14.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0684C is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 76 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.25 |
| HSL | 14.48º | 0.48% | 0.53% | - |
| HSV(B) | 14.48º | 0.6% | 0.75% | - |
| XYZ | 27.99 | 21.63 | 9.54 | - |
| YUV | 127.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 76 | 0 | 0.46 | 0.60 | 0.25 | 14.48 | 0.48 | 0.53 |
| Hex | C0 | 68 | 4C | 0 | 2E | 3C | 19 | E | 30 | 35 |
| Octal | 300 | 150 | 114 | 0 | 56 | 74 | 31 | 16 | 60 | 65 |
| Binary | 11000000 | 1101000 | 1001100 | 0 | 101110 | 111100 | 11001 | 1110 | 110000 | 110101 |
Color Harmonies of #C0684C
Complementary color
Monochromatic Colors of #C0684C
Black with #C0684C
Text Example
Text Example
White with #C0684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0684C; }
p { color: rgb(192,104,76); }
H1.HeaderClassName
{
color: #C0684C;
}
.AnyTagClassName
{
color: #C0684C;
}
</style>
background-color css
<style>
a { background-color: #C0684C; }
a { background-color: rgb(192,104,76); }
div.DivClassName
{
background-color: #C0684C;
}
.BgClassName
{
background-color: #C0684C;
}
</style>
border-color css
<style>
span { border-color: #C0684C; }
span { border-color: rgb(192,104,76); }
td.TdClassName
{
border-color: #C0684C;
}
.TagClassName
{
border-color: #C0684C;
}
</style>