Shades of Laser #C0AB5A
Tints of Laser #C0AB5A
RGB
CMYK
RGB Variations
Color information
#C0AB5A (or 0xC0AB5A) is known color: Laser. HEX triplet: C0, AB and 5A. RGB value is (192,171,90). Sum of RGB (Red+Green+Blue) = 192+171+90=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB5A is #3F54A5. Grayscale: #A8A8A8. Windows color (decimal): -4150438 or 5942208. OLE color: 5942208.
HSL color Cylindrical-coordinate representation of color #C0AB5A: hue angle of 47.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0AB5A is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 90 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.25 |
| HSL | 47.65º | 0.45% | 0.55% | - |
| HSV(B) | 47.65º | 0.53% | 0.75% | - |
| XYZ | 38.15 | 41.07 | 15.59 | - |
| YUV | 168.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 90 | 0 | 0.11 | 0.53 | 0.25 | 47.65 | 0.45 | 0.55 |
| Hex | C0 | AB | 5A | 0 | B | 35 | 19 | 30 | 2D | 37 |
| Octal | 300 | 253 | 132 | 0 | 13 | 65 | 31 | 60 | 55 | 67 |
| Binary | 11000000 | 10101011 | 1011010 | 0 | 1011 | 110101 | 11001 | 110000 | 101101 | 110111 |
Color Harmonies of #C0AB5A
Complementary color
Monochromatic Colors of #C0AB5A
Black with #C0AB5A
Text Example
Text Example
White with #C0AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB5A; }
p { color: rgb(192,171,90); }
H1.HeaderClassName
{
color: #C0AB5A;
}
.AnyTagClassName
{
color: #C0AB5A;
}
</style>
background-color css
<style>
a { background-color: #C0AB5A; }
a { background-color: rgb(192,171,90); }
div.DivClassName
{
background-color: #C0AB5A;
}
.BgClassName
{
background-color: #C0AB5A;
}
</style>
border-color css
<style>
span { border-color: #C0AB5A; }
span { border-color: rgb(192,171,90); }
td.TdClassName
{
border-color: #C0AB5A;
}
.TagClassName
{
border-color: #C0AB5A;
}
</style>