Shades of Red Damask #C06D4A
Tints of Red Damask #C06D4A
RGB
CMYK
RGB Variations
Color information
#C06D4A (or 0xC06D4A) is known color: Red Damask. HEX triplet: C0, 6D and 4A. RGB value is (192,109,74). Sum of RGB (Red+Green+Blue) = 192+109+74=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D4A is #3F92B5. Grayscale: #828282. Windows color (decimal): -4166326 or 4877760. OLE color: 4877760.
HSL color Cylindrical-coordinate representation of color #C06D4A: hue angle of 17.8º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C06D4A is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 74 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.25 |
| HSL | 17.8º | 0.48% | 0.52% | - |
| HSV(B) | 17.8º | 0.61% | 0.75% | - |
| XYZ | 28.44 | 22.64 | 9.35 | - |
| YUV | 129.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 74 | 0 | 0.43 | 0.61 | 0.25 | 17.8 | 0.48 | 0.52 |
| Hex | C0 | 6D | 4A | 0 | 2B | 3D | 19 | 12 | 30 | 34 |
| Octal | 300 | 155 | 112 | 0 | 53 | 75 | 31 | 22 | 60 | 64 |
| Binary | 11000000 | 1101101 | 1001010 | 0 | 101011 | 111101 | 11001 | 10010 | 110000 | 110100 |
Color Harmonies of #C06D4A
Complementary color
Monochromatic Colors of #C06D4A
Black with #C06D4A
Text Example
Text Example
White with #C06D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D4A; }
p { color: rgb(192,109,74); }
H1.HeaderClassName
{
color: #C06D4A;
}
.AnyTagClassName
{
color: #C06D4A;
}
</style>
background-color css
<style>
a { background-color: #C06D4A; }
a { background-color: rgb(192,109,74); }
div.DivClassName
{
background-color: #C06D4A;
}
.BgClassName
{
background-color: #C06D4A;
}
</style>
border-color css
<style>
span { border-color: #C06D4A; }
span { border-color: rgb(192,109,74); }
td.TdClassName
{
border-color: #C06D4A;
}
.TagClassName
{
border-color: #C06D4A;
}
</style>