Shades of Red Damask #C06C4D
Tints of Red Damask #C06C4D
RGB
CMYK
RGB Variations
Color information
#C06C4D (or 0xC06C4D) is known color: Red Damask. HEX triplet: C0, 6C and 4D. RGB value is (192,108,77). Sum of RGB (Red+Green+Blue) = 192+108+77=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C4D is #3F93B2. Grayscale: #818181. Windows color (decimal): -4166579 or 5074112. OLE color: 5074112.
HSL color Cylindrical-coordinate representation of color #C06C4D: hue angle of 16.17º 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 #C06C4D is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 77 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.25 |
| HSL | 16.17º | 0.48% | 0.53% | - |
| HSV(B) | 16.17º | 0.6% | 0.75% | - |
| XYZ | 28.44 | 22.47 | 9.86 | - |
| YUV | 129.58 | 98.33 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 77 | 0 | 0.44 | 0.60 | 0.25 | 16.17 | 0.48 | 0.53 |
| Hex | C0 | 6C | 4D | 0 | 2C | 3C | 19 | 10 | 30 | 35 |
| Octal | 300 | 154 | 115 | 0 | 54 | 74 | 31 | 20 | 60 | 65 |
| Binary | 11000000 | 1101100 | 1001101 | 0 | 101100 | 111100 | 11001 | 10000 | 110000 | 110101 |
Color Harmonies of #C06C4D
Complementary color
Monochromatic Colors of #C06C4D
Black with #C06C4D
Text Example
Text Example
White with #C06C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C4D; }
p { color: rgb(192,108,77); }
H1.HeaderClassName
{
color: #C06C4D;
}
.AnyTagClassName
{
color: #C06C4D;
}
</style>
background-color css
<style>
a { background-color: #C06C4D; }
a { background-color: rgb(192,108,77); }
div.DivClassName
{
background-color: #C06C4D;
}
.BgClassName
{
background-color: #C06C4D;
}
</style>
border-color css
<style>
span { border-color: #C06C4D; }
span { border-color: rgb(192,108,77); }
td.TdClassName
{
border-color: #C06C4D;
}
.TagClassName
{
border-color: #C06C4D;
}
</style>