Shades of Laser #C0A25B
Tints of Laser #C0A25B
RGB
CMYK
RGB Variations
Color information
#C0A25B (or 0xC0A25B) is known color: Laser. HEX triplet: C0, A2 and 5B. RGB value is (192,162,91). Sum of RGB (Red+Green+Blue) = 192+162+91=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A25B is #3F5DA4. Grayscale: #A3A3A3. Windows color (decimal): -4152741 or 6005440. OLE color: 6005440.
HSL color Cylindrical-coordinate representation of color #C0A25B: hue angle of 42.18º degrees, saturation: 0.44, 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 #C0A25B is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 91 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.25 |
| HSL | 42.18º | 0.44% | 0.55% | - |
| HSV(B) | 42.18º | 0.53% | 0.75% | - |
| XYZ | 36.55 | 37.8 | 15.27 | - |
| YUV | 162.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 91 | 0 | 0.16 | 0.53 | 0.25 | 42.18 | 0.44 | 0.55 |
| Hex | C0 | A2 | 5B | 0 | 10 | 35 | 19 | 2A | 2C | 37 |
| Octal | 300 | 242 | 133 | 0 | 20 | 65 | 31 | 52 | 54 | 67 |
| Binary | 11000000 | 10100010 | 1011011 | 0 | 10000 | 110101 | 11001 | 101010 | 101100 | 110111 |
Color Harmonies of #C0A25B
Complementary color
Monochromatic Colors of #C0A25B
Black with #C0A25B
Text Example
Text Example
White with #C0A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A25B; }
p { color: rgb(192,162,91); }
H1.HeaderClassName
{
color: #C0A25B;
}
.AnyTagClassName
{
color: #C0A25B;
}
</style>
background-color css
<style>
a { background-color: #C0A25B; }
a { background-color: rgb(192,162,91); }
div.DivClassName
{
background-color: #C0A25B;
}
.BgClassName
{
background-color: #C0A25B;
}
</style>
border-color css
<style>
span { border-color: #C0A25B; }
span { border-color: rgb(192,162,91); }
td.TdClassName
{
border-color: #C0A25B;
}
.TagClassName
{
border-color: #C0A25B;
}
</style>