Shades of Red Damask #C06A44
Tints of Red Damask #C06A44
RGB
CMYK
RGB Variations
Color information
#C06A44 (or 0xC06A44) is known color: Red Damask. HEX triplet: C0, 6A and 44. RGB value is (192,106,68). Sum of RGB (Red+Green+Blue) = 192+106+68=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A44 is #3F95BB. Grayscale: #7F7F7F. Windows color (decimal): -4167100 or 4483776. OLE color: 4483776.
HSL color Cylindrical-coordinate representation of color #C06A44: hue angle of 18.39º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C06A44 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 68 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.25 |
| HSL | 18.39º | 0.5% | 0.51% | - |
| HSV(B) | 18.39º | 0.65% | 0.75% | - |
| XYZ | 27.94 | 21.93 | 8.23 | - |
| YUV | 127.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 68 | 0 | 0.45 | 0.65 | 0.25 | 18.39 | 0.5 | 0.51 |
| Hex | C0 | 6A | 44 | 0 | 2D | 41 | 19 | 12 | 32 | 33 |
| Octal | 300 | 152 | 104 | 0 | 55 | 101 | 31 | 22 | 62 | 63 |
| Binary | 11000000 | 1101010 | 1000100 | 0 | 101101 | 1000001 | 11001 | 10010 | 110010 | 110011 |
Color Harmonies of #C06A44
Complementary color
Monochromatic Colors of #C06A44
Black with #C06A44
Text Example
Text Example
White with #C06A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A44; }
p { color: rgb(192,106,68); }
H1.HeaderClassName
{
color: #C06A44;
}
.AnyTagClassName
{
color: #C06A44;
}
</style>
background-color css
<style>
a { background-color: #C06A44; }
a { background-color: rgb(192,106,68); }
div.DivClassName
{
background-color: #C06A44;
}
.BgClassName
{
background-color: #C06A44;
}
</style>
border-color css
<style>
span { border-color: #C06A44; }
span { border-color: rgb(192,106,68); }
td.TdClassName
{
border-color: #C06A44;
}
.TagClassName
{
border-color: #C06A44;
}
</style>