Shades of Laser #C0AB59
Tints of Laser #C0AB59
RGB
CMYK
RGB Variations
Color information
#C0AB59 (or 0xC0AB59) is known color: Laser. HEX triplet: C0, AB and 59. RGB value is (192,171,89). Sum of RGB (Red+Green+Blue) = 192+171+89=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB59 is #3F54A6. Grayscale: #A8A8A8. Windows color (decimal): -4150439 or 5876672. OLE color: 5876672.
HSL color Cylindrical-coordinate representation of color #C0AB59: hue angle of 47.77º 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 #C0AB59 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 89 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.25 |
| HSL | 47.77º | 0.45% | 0.55% | - |
| HSV(B) | 47.77º | 0.54% | 0.75% | - |
| XYZ | 38.1 | 41.05 | 15.37 | - |
| YUV | 167.93 | 83.46 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 89 | 0 | 0.11 | 0.54 | 0.25 | 47.77 | 0.45 | 0.55 |
| Hex | C0 | AB | 59 | 0 | B | 36 | 19 | 30 | 2D | 37 |
| Octal | 300 | 253 | 131 | 0 | 13 | 66 | 31 | 60 | 55 | 67 |
| Binary | 11000000 | 10101011 | 1011001 | 0 | 1011 | 110110 | 11001 | 110000 | 101101 | 110111 |
Color Harmonies of #C0AB59
Complementary color
Monochromatic Colors of #C0AB59
Black with #C0AB59
Text Example
Text Example
White with #C0AB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB59; }
p { color: rgb(192,171,89); }
H1.HeaderClassName
{
color: #C0AB59;
}
.AnyTagClassName
{
color: #C0AB59;
}
</style>
background-color css
<style>
a { background-color: #C0AB59; }
a { background-color: rgb(192,171,89); }
div.DivClassName
{
background-color: #C0AB59;
}
.BgClassName
{
background-color: #C0AB59;
}
</style>
border-color css
<style>
span { border-color: #C0AB59; }
span { border-color: rgb(192,171,89); }
td.TdClassName
{
border-color: #C0AB59;
}
.TagClassName
{
border-color: #C0AB59;
}
</style>