Shades of Laser #C0A259
Tints of Laser #C0A259
RGB
CMYK
RGB Variations
Color information
#C0A259 (or 0xC0A259) is known color: Laser. HEX triplet: C0, A2 and 59. RGB value is (192,162,89). Sum of RGB (Red+Green+Blue) = 192+162+89=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A259 is #3F5DA6. Grayscale: #A2A2A2. Windows color (decimal): -4152743 or 5874368. OLE color: 5874368.
HSL color Cylindrical-coordinate representation of color #C0A259: hue angle of 42.52º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0A259 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 89 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.25 |
| HSL | 42.52º | 0.45% | 0.55% | - |
| HSV(B) | 42.52º | 0.54% | 0.75% | - |
| XYZ | 36.46 | 37.77 | 14.82 | - |
| YUV | 162.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 89 | 0 | 0.16 | 0.54 | 0.25 | 42.52 | 0.45 | 0.55 |
| Hex | C0 | A2 | 59 | 0 | 10 | 36 | 19 | 2B | 2D | 37 |
| Octal | 300 | 242 | 131 | 0 | 20 | 66 | 31 | 53 | 55 | 67 |
| Binary | 11000000 | 10100010 | 1011001 | 0 | 10000 | 110110 | 11001 | 101011 | 101101 | 110111 |
Color Harmonies of #C0A259
Complementary color
Monochromatic Colors of #C0A259
Black with #C0A259
Text Example
Text Example
White with #C0A259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A259; }
p { color: rgb(192,162,89); }
H1.HeaderClassName
{
color: #C0A259;
}
.AnyTagClassName
{
color: #C0A259;
}
</style>
background-color css
<style>
a { background-color: #C0A259; }
a { background-color: rgb(192,162,89); }
div.DivClassName
{
background-color: #C0A259;
}
.BgClassName
{
background-color: #C0A259;
}
</style>
border-color css
<style>
span { border-color: #C0A259; }
span { border-color: rgb(192,162,89); }
td.TdClassName
{
border-color: #C0A259;
}
.TagClassName
{
border-color: #C0A259;
}
</style>