Shades of Laser #C0AB64
Tints of Laser #C0AB64
RGB
CMYK
RGB Variations
Color information
#C0AB64 (or 0xC0AB64) is known color: Laser. HEX triplet: C0, AB and 64. RGB value is (192,171,100). Sum of RGB (Red+Green+Blue) = 192+171+100=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB64 is #3F549B. Grayscale: #A9A9A9. Windows color (decimal): -4150428 or 6597568. OLE color: 6597568.
HSL color Cylindrical-coordinate representation of color #C0AB64: hue angle of 46.3º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0AB64 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 100 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.25 |
| HSL | 46.3º | 0.42% | 0.57% | - |
| HSV(B) | 46.3º | 0.48% | 0.75% | - |
| XYZ | 38.6 | 41.25 | 17.98 | - |
| YUV | 169.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 100 | 0 | 0.11 | 0.48 | 0.25 | 46.3 | 0.42 | 0.57 |
| Hex | C0 | AB | 64 | 0 | B | 30 | 19 | 2E | 2A | 39 |
| Octal | 300 | 253 | 144 | 0 | 13 | 60 | 31 | 56 | 52 | 71 |
| Binary | 11000000 | 10101011 | 1100100 | 0 | 1011 | 110000 | 11001 | 101110 | 101010 | 111001 |
Color Harmonies of #C0AB64
Complementary color
Monochromatic Colors of #C0AB64
Black with #C0AB64
Text Example
Text Example
White with #C0AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB64; }
p { color: rgb(192,171,100); }
H1.HeaderClassName
{
color: #C0AB64;
}
.AnyTagClassName
{
color: #C0AB64;
}
</style>
background-color css
<style>
a { background-color: #C0AB64; }
a { background-color: rgb(192,171,100); }
div.DivClassName
{
background-color: #C0AB64;
}
.BgClassName
{
background-color: #C0AB64;
}
</style>
border-color css
<style>
span { border-color: #C0AB64; }
span { border-color: rgb(192,171,100); }
td.TdClassName
{
border-color: #C0AB64;
}
.TagClassName
{
border-color: #C0AB64;
}
</style>