Shades of Laser #C0A156
Tints of Laser #C0A156
RGB
CMYK
RGB Variations
Color information
#C0A156 (or 0xC0A156) is known color: Laser. HEX triplet: C0, A1 and 56. RGB value is (192,161,86). Sum of RGB (Red+Green+Blue) = 192+161+86=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A156 is #3F5EA9. Grayscale: #A2A2A2. Windows color (decimal): -4153002 or 5677504. OLE color: 5677504.
HSL color Cylindrical-coordinate representation of color #C0A156: hue angle of 42.45º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0A156 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 86 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.25 |
| HSL | 42.45º | 0.46% | 0.55% | - |
| HSV(B) | 42.45º | 0.55% | 0.75% | - |
| XYZ | 36.16 | 37.37 | 14.11 | - |
| YUV | 161.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 86 | 0 | 0.16 | 0.55 | 0.25 | 42.45 | 0.46 | 0.55 |
| Hex | C0 | A1 | 56 | 0 | 10 | 37 | 19 | 2A | 2E | 37 |
| Octal | 300 | 241 | 126 | 0 | 20 | 67 | 31 | 52 | 56 | 67 |
| Binary | 11000000 | 10100001 | 1010110 | 0 | 10000 | 110111 | 11001 | 101010 | 101110 | 110111 |
Color Harmonies of #C0A156
Complementary color
Monochromatic Colors of #C0A156
Black with #C0A156
Text Example
Text Example
White with #C0A156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A156; }
p { color: rgb(192,161,86); }
H1.HeaderClassName
{
color: #C0A156;
}
.AnyTagClassName
{
color: #C0A156;
}
</style>
background-color css
<style>
a { background-color: #C0A156; }
a { background-color: rgb(192,161,86); }
div.DivClassName
{
background-color: #C0A156;
}
.BgClassName
{
background-color: #C0A156;
}
</style>
border-color css
<style>
span { border-color: #C0A156; }
span { border-color: rgb(192,161,86); }
td.TdClassName
{
border-color: #C0A156;
}
.TagClassName
{
border-color: #C0A156;
}
</style>