Shades of Red Damask #C06D48
Tints of Red Damask #C06D48
RGB
CMYK
RGB Variations
Color information
#C06D48 (or 0xC06D48) is known color: Red Damask. HEX triplet: C0, 6D and 48. RGB value is (192,109,72). Sum of RGB (Red+Green+Blue) = 192+109+72=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D48 is #3F92B7. Grayscale: #818181. Windows color (decimal): -4166328 or 4746688. OLE color: 4746688.
HSL color Cylindrical-coordinate representation of color #C06D48: hue angle of 18.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C06D48 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 72 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.25 |
| HSL | 18.5º | 0.49% | 0.52% | - |
| HSV(B) | 18.5º | 0.63% | 0.75% | - |
| XYZ | 28.38 | 22.61 | 9 | - |
| YUV | 129.6 | 95.5 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 72 | 0 | 0.43 | 0.63 | 0.25 | 18.5 | 0.49 | 0.52 |
| Hex | C0 | 6D | 48 | 0 | 2B | 3F | 19 | 12 | 31 | 34 |
| Octal | 300 | 155 | 110 | 0 | 53 | 77 | 31 | 22 | 61 | 64 |
| Binary | 11000000 | 1101101 | 1001000 | 0 | 101011 | 111111 | 11001 | 10010 | 110001 | 110100 |
Color Harmonies of #C06D48
Complementary color
Monochromatic Colors of #C06D48
Black with #C06D48
Text Example
Text Example
White with #C06D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D48; }
p { color: rgb(192,109,72); }
H1.HeaderClassName
{
color: #C06D48;
}
.AnyTagClassName
{
color: #C06D48;
}
</style>
background-color css
<style>
a { background-color: #C06D48; }
a { background-color: rgb(192,109,72); }
div.DivClassName
{
background-color: #C06D48;
}
.BgClassName
{
background-color: #C06D48;
}
</style>
border-color css
<style>
span { border-color: #C06D48; }
span { border-color: rgb(192,109,72); }
td.TdClassName
{
border-color: #C06D48;
}
.TagClassName
{
border-color: #C06D48;
}
</style>