Shades of Laser #C0AB60
Tints of Laser #C0AB60
RGB
CMYK
RGB Variations
Color information
#C0AB60 (or 0xC0AB60) is known color: Laser. HEX triplet: C0, AB and 60. RGB value is (192,171,96). Sum of RGB (Red+Green+Blue) = 192+171+96=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB60 is #3F549F. Grayscale: #A9A9A9. Windows color (decimal): -4150432 or 6335424. OLE color: 6335424.
HSL color Cylindrical-coordinate representation of color #C0AB60: hue angle of 46.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0AB60 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 96 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.25 |
| HSL | 46.88º | 0.43% | 0.56% | - |
| HSV(B) | 46.88º | 0.5% | 0.75% | - |
| XYZ | 38.41 | 41.18 | 16.99 | - |
| YUV | 168.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 96 | 0 | 0.11 | 0.50 | 0.25 | 46.88 | 0.43 | 0.56 |
| Hex | C0 | AB | 60 | 0 | B | 32 | 19 | 2F | 2B | 38 |
| Octal | 300 | 253 | 140 | 0 | 13 | 62 | 31 | 57 | 53 | 70 |
| Binary | 11000000 | 10101011 | 1100000 | 0 | 1011 | 110010 | 11001 | 101111 | 101011 | 111000 |
Color Harmonies of #C0AB60
Complementary color
Monochromatic Colors of #C0AB60
Black with #C0AB60
Text Example
Text Example
White with #C0AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB60; }
p { color: rgb(192,171,96); }
H1.HeaderClassName
{
color: #C0AB60;
}
.AnyTagClassName
{
color: #C0AB60;
}
</style>
background-color css
<style>
a { background-color: #C0AB60; }
a { background-color: rgb(192,171,96); }
div.DivClassName
{
background-color: #C0AB60;
}
.BgClassName
{
background-color: #C0AB60;
}
</style>
border-color css
<style>
span { border-color: #C0AB60; }
span { border-color: rgb(192,171,96); }
td.TdClassName
{
border-color: #C0AB60;
}
.TagClassName
{
border-color: #C0AB60;
}
</style>