Shades of Red Damask #C06A43
Tints of Red Damask #C06A43
RGB
CMYK
RGB Variations
Color information
#C06A43 (or 0xC06A43) is known color: Red Damask. HEX triplet: C0, 6A and 43. RGB value is (192,106,67). Sum of RGB (Red+Green+Blue) = 192+106+67=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A43 is #3F95BC. Grayscale: #7F7F7F. Windows color (decimal): -4167101 or 4418240. OLE color: 4418240.
HSL color Cylindrical-coordinate representation of color #C06A43: hue angle of 18.72º 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 #C06A43 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 67 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.25 |
| HSL | 18.72º | 0.5% | 0.51% | - |
| HSV(B) | 18.72º | 0.65% | 0.75% | - |
| XYZ | 27.91 | 21.92 | 8.07 | - |
| YUV | 127.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 67 | 0 | 0.45 | 0.65 | 0.25 | 18.72 | 0.5 | 0.51 |
| Hex | C0 | 6A | 43 | 0 | 2D | 41 | 19 | 13 | 32 | 33 |
| Octal | 300 | 152 | 103 | 0 | 55 | 101 | 31 | 23 | 62 | 63 |
| Binary | 11000000 | 1101010 | 1000011 | 0 | 101101 | 1000001 | 11001 | 10011 | 110010 | 110011 |
Color Harmonies of #C06A43
Complementary color
Monochromatic Colors of #C06A43
Black with #C06A43
Text Example
Text Example
White with #C06A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A43; }
p { color: rgb(192,106,67); }
H1.HeaderClassName
{
color: #C06A43;
}
.AnyTagClassName
{
color: #C06A43;
}
</style>
background-color css
<style>
a { background-color: #C06A43; }
a { background-color: rgb(192,106,67); }
div.DivClassName
{
background-color: #C06A43;
}
.BgClassName
{
background-color: #C06A43;
}
</style>
border-color css
<style>
span { border-color: #C06A43; }
span { border-color: rgb(192,106,67); }
td.TdClassName
{
border-color: #C06A43;
}
.TagClassName
{
border-color: #C06A43;
}
</style>