Shades of Laser #C0A060
Tints of Laser #C0A060
RGB
CMYK
RGB Variations
Color information
#C0A060 (or 0xC0A060) is known color: Laser. HEX triplet: C0, A0 and 60. RGB value is (192,160,96). Sum of RGB (Red+Green+Blue) = 192+160+96=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A060 is #3F5F9F. Grayscale: #A2A2A2. Windows color (decimal): -4153248 or 6332608. OLE color: 6332608.
HSL color Cylindrical-coordinate representation of color #C0A060: hue angle of 40º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0A060 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 96 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.25 |
| HSL | 40º | 0.43% | 0.56% | - |
| HSV(B) | 40º | 0.5% | 0.75% | - |
| XYZ | 36.42 | 37.19 | 16.33 | - |
| YUV | 162.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 96 | 0 | 0.17 | 0.50 | 0.25 | 40 | 0.43 | 0.56 |
| Hex | C0 | A0 | 60 | 0 | 11 | 32 | 19 | 28 | 2B | 38 |
| Octal | 300 | 240 | 140 | 0 | 21 | 62 | 31 | 50 | 53 | 70 |
| Binary | 11000000 | 10100000 | 1100000 | 0 | 10001 | 110010 | 11001 | 101000 | 101011 | 111000 |
Color Harmonies of #C0A060
Complementary color
Monochromatic Colors of #C0A060
Black with #C0A060
Text Example
Text Example
White with #C0A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A060; }
p { color: rgb(192,160,96); }
H1.HeaderClassName
{
color: #C0A060;
}
.AnyTagClassName
{
color: #C0A060;
}
</style>
background-color css
<style>
a { background-color: #C0A060; }
a { background-color: rgb(192,160,96); }
div.DivClassName
{
background-color: #C0A060;
}
.BgClassName
{
background-color: #C0A060;
}
</style>
border-color css
<style>
span { border-color: #C0A060; }
span { border-color: rgb(192,160,96); }
td.TdClassName
{
border-color: #C0A060;
}
.TagClassName
{
border-color: #C0A060;
}
</style>