Shades of Laser #C0AB61
Tints of Laser #C0AB61
RGB
CMYK
RGB Variations
Color information
#C0AB61 (or 0xC0AB61) is known color: Laser. HEX triplet: C0, AB and 61. RGB value is (192,171,97). Sum of RGB (Red+Green+Blue) = 192+171+97=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB61 is #3F549E. Grayscale: #A9A9A9. Windows color (decimal): -4150431 or 6400960. OLE color: 6400960.
HSL color Cylindrical-coordinate representation of color #C0AB61: hue angle of 46.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0AB61 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 97 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.25 |
| HSL | 46.74º | 0.43% | 0.57% | - |
| HSV(B) | 46.74º | 0.49% | 0.75% | - |
| XYZ | 38.46 | 41.2 | 17.23 | - |
| YUV | 168.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 97 | 0 | 0.11 | 0.49 | 0.25 | 46.74 | 0.43 | 0.57 |
| Hex | C0 | AB | 61 | 0 | B | 31 | 19 | 2F | 2B | 39 |
| Octal | 300 | 253 | 141 | 0 | 13 | 61 | 31 | 57 | 53 | 71 |
| Binary | 11000000 | 10101011 | 1100001 | 0 | 1011 | 110001 | 11001 | 101111 | 101011 | 111001 |
Color Harmonies of #C0AB61
Complementary color
Monochromatic Colors of #C0AB61
Black with #C0AB61
Text Example
Text Example
White with #C0AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB61; }
p { color: rgb(192,171,97); }
H1.HeaderClassName
{
color: #C0AB61;
}
.AnyTagClassName
{
color: #C0AB61;
}
</style>
background-color css
<style>
a { background-color: #C0AB61; }
a { background-color: rgb(192,171,97); }
div.DivClassName
{
background-color: #C0AB61;
}
.BgClassName
{
background-color: #C0AB61;
}
</style>
border-color css
<style>
span { border-color: #C0AB61; }
span { border-color: rgb(192,171,97); }
td.TdClassName
{
border-color: #C0AB61;
}
.TagClassName
{
border-color: #C0AB61;
}
</style>