Shades of Red Damask #C06D4D
Tints of Red Damask #C06D4D
RGB
CMYK
RGB Variations
Color information
#C06D4D (or 0xC06D4D) is known color: Red Damask. HEX triplet: C0, 6D and 4D. RGB value is (192,109,77). Sum of RGB (Red+Green+Blue) = 192+109+77=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D4D is #3F92B2. Grayscale: #828282. Windows color (decimal): -4166323 or 5074368. OLE color: 5074368.
HSL color Cylindrical-coordinate representation of color #C06D4D: hue angle of 16.7º 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 #C06D4D is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 77 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.25 |
| HSL | 16.7º | 0.48% | 0.53% | - |
| HSV(B) | 16.7º | 0.6% | 0.75% | - |
| XYZ | 28.55 | 22.68 | 9.89 | - |
| YUV | 130.17 | 98 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 77 | 0 | 0.43 | 0.60 | 0.25 | 16.7 | 0.48 | 0.53 |
| Hex | C0 | 6D | 4D | 0 | 2B | 3C | 19 | 11 | 30 | 35 |
| Octal | 300 | 155 | 115 | 0 | 53 | 74 | 31 | 21 | 60 | 65 |
| Binary | 11000000 | 1101101 | 1001101 | 0 | 101011 | 111100 | 11001 | 10001 | 110000 | 110101 |
Color Harmonies of #C06D4D
Complementary color
Monochromatic Colors of #C06D4D
Black with #C06D4D
Text Example
Text Example
White with #C06D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D4D; }
p { color: rgb(192,109,77); }
H1.HeaderClassName
{
color: #C06D4D;
}
.AnyTagClassName
{
color: #C06D4D;
}
</style>
background-color css
<style>
a { background-color: #C06D4D; }
a { background-color: rgb(192,109,77); }
div.DivClassName
{
background-color: #C06D4D;
}
.BgClassName
{
background-color: #C06D4D;
}
</style>
border-color css
<style>
span { border-color: #C06D4D; }
span { border-color: rgb(192,109,77); }
td.TdClassName
{
border-color: #C06D4D;
}
.TagClassName
{
border-color: #C06D4D;
}
</style>