Shades of Laser #C0A559
Tints of Laser #C0A559
RGB
CMYK
RGB Variations
Color information
#C0A559 (or 0xC0A559) is known color: Laser. HEX triplet: C0, A5 and 59. RGB value is (192,165,89). Sum of RGB (Red+Green+Blue) = 192+165+89=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A559 is #3F5AA6. Grayscale: #A4A4A4. Windows color (decimal): -4151975 or 5875136. OLE color: 5875136.
HSL color Cylindrical-coordinate representation of color #C0A559: hue angle of 44.27º 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 #C0A559 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 89 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.25 |
| HSL | 44.27º | 0.45% | 0.55% | - |
| HSV(B) | 44.27º | 0.54% | 0.75% | - |
| XYZ | 37 | 38.84 | 15 | - |
| YUV | 164.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 89 | 0 | 0.14 | 0.54 | 0.25 | 44.27 | 0.45 | 0.55 |
| Hex | C0 | A5 | 59 | 0 | E | 36 | 19 | 2C | 2D | 37 |
| Octal | 300 | 245 | 131 | 0 | 16 | 66 | 31 | 54 | 55 | 67 |
| Binary | 11000000 | 10100101 | 1011001 | 0 | 1110 | 110110 | 11001 | 101100 | 101101 | 110111 |
Color Harmonies of #C0A559
Complementary color
Monochromatic Colors of #C0A559
Black with #C0A559
Text Example
Text Example
White with #C0A559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A559; }
p { color: rgb(192,165,89); }
H1.HeaderClassName
{
color: #C0A559;
}
.AnyTagClassName
{
color: #C0A559;
}
</style>
background-color css
<style>
a { background-color: #C0A559; }
a { background-color: rgb(192,165,89); }
div.DivClassName
{
background-color: #C0A559;
}
.BgClassName
{
background-color: #C0A559;
}
</style>
border-color css
<style>
span { border-color: #C0A559; }
span { border-color: rgb(192,165,89); }
td.TdClassName
{
border-color: #C0A559;
}
.TagClassName
{
border-color: #C0A559;
}
</style>