Shades of Laser #C0AB66
Tints of Laser #C0AB66
RGB
CMYK
RGB Variations
Color information
#C0AB66 (or 0xC0AB66) is known color: Laser. HEX triplet: C0, AB and 66. RGB value is (192,171,102). Sum of RGB (Red+Green+Blue) = 192+171+102=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB66 is #3F5499. Grayscale: #A9A9A9. Windows color (decimal): -4150426 or 6728640. OLE color: 6728640.
HSL color Cylindrical-coordinate representation of color #C0AB66: hue angle of 46º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0AB66 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 102 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.25 |
| HSL | 46º | 0.42% | 0.58% | - |
| HSV(B) | 46º | 0.47% | 0.75% | - |
| XYZ | 38.7 | 41.29 | 18.5 | - |
| YUV | 169.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 102 | 0 | 0.11 | 0.47 | 0.25 | 46 | 0.42 | 0.58 |
| Hex | C0 | AB | 66 | 0 | B | 2F | 19 | 2E | 2A | 3A |
| Octal | 300 | 253 | 146 | 0 | 13 | 57 | 31 | 56 | 52 | 72 |
| Binary | 11000000 | 10101011 | 1100110 | 0 | 1011 | 101111 | 11001 | 101110 | 101010 | 111010 |
Color Harmonies of #C0AB66
Complementary color
Monochromatic Colors of #C0AB66
Black with #C0AB66
Text Example
Text Example
White with #C0AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB66; }
p { color: rgb(192,171,102); }
H1.HeaderClassName
{
color: #C0AB66;
}
.AnyTagClassName
{
color: #C0AB66;
}
</style>
background-color css
<style>
a { background-color: #C0AB66; }
a { background-color: rgb(192,171,102); }
div.DivClassName
{
background-color: #C0AB66;
}
.BgClassName
{
background-color: #C0AB66;
}
</style>
border-color css
<style>
span { border-color: #C0AB66; }
span { border-color: rgb(192,171,102); }
td.TdClassName
{
border-color: #C0AB66;
}
.TagClassName
{
border-color: #C0AB66;
}
</style>