Shades of Red Damask #C06A48
Tints of Red Damask #C06A48
RGB
CMYK
RGB Variations
Color information
#C06A48 (or 0xC06A48) is known color: Red Damask. HEX triplet: C0, 6A and 48. RGB value is (192,106,72). Sum of RGB (Red+Green+Blue) = 192+106+72=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A48 is #3F95B7. Grayscale: #808080. Windows color (decimal): -4167096 or 4745920. OLE color: 4745920.
HSL color Cylindrical-coordinate representation of color #C06A48: hue angle of 17º 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 #C06A48 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 72 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.25 |
| HSL | 17º | 0.49% | 0.52% | - |
| HSV(B) | 17º | 0.63% | 0.75% | - |
| XYZ | 28.06 | 21.98 | 8.89 | - |
| YUV | 127.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 72 | 0 | 0.45 | 0.63 | 0.25 | 17 | 0.49 | 0.52 |
| Hex | C0 | 6A | 48 | 0 | 2D | 3F | 19 | 11 | 31 | 34 |
| Octal | 300 | 152 | 110 | 0 | 55 | 77 | 31 | 21 | 61 | 64 |
| Binary | 11000000 | 1101010 | 1001000 | 0 | 101101 | 111111 | 11001 | 10001 | 110001 | 110100 |
Color Harmonies of #C06A48
Complementary color
Monochromatic Colors of #C06A48
Black with #C06A48
Text Example
Text Example
White with #C06A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A48; }
p { color: rgb(192,106,72); }
H1.HeaderClassName
{
color: #C06A48;
}
.AnyTagClassName
{
color: #C06A48;
}
</style>
background-color css
<style>
a { background-color: #C06A48; }
a { background-color: rgb(192,106,72); }
div.DivClassName
{
background-color: #C06A48;
}
.BgClassName
{
background-color: #C06A48;
}
</style>
border-color css
<style>
span { border-color: #C06A48; }
span { border-color: rgb(192,106,72); }
td.TdClassName
{
border-color: #C06A48;
}
.TagClassName
{
border-color: #C06A48;
}
</style>