Shades of Laser #C0A057
Tints of Laser #C0A057
RGB
CMYK
RGB Variations
Color information
#C0A057 (or 0xC0A057) is known color: Laser. HEX triplet: C0, A0 and 57. RGB value is (192,160,87). Sum of RGB (Red+Green+Blue) = 192+160+87=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A057 is #3F5FA8. Grayscale: #A1A1A1. Windows color (decimal): -4153257 or 5742784. OLE color: 5742784.
HSL color Cylindrical-coordinate representation of color #C0A057: hue angle of 41.71º degrees, saturation: 0.45, 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 #C0A057 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 87 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.25 |
| HSL | 41.71º | 0.45% | 0.55% | - |
| HSV(B) | 41.71º | 0.55% | 0.75% | - |
| XYZ | 36.03 | 37.04 | 14.27 | - |
| YUV | 161.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 87 | 0 | 0.17 | 0.55 | 0.25 | 41.71 | 0.45 | 0.55 |
| Hex | C0 | A0 | 57 | 0 | 11 | 37 | 19 | 2A | 2D | 37 |
| Octal | 300 | 240 | 127 | 0 | 21 | 67 | 31 | 52 | 55 | 67 |
| Binary | 11000000 | 10100000 | 1010111 | 0 | 10001 | 110111 | 11001 | 101010 | 101101 | 110111 |
Color Harmonies of #C0A057
Complementary color
Monochromatic Colors of #C0A057
Black with #C0A057
Text Example
Text Example
White with #C0A057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A057; }
p { color: rgb(192,160,87); }
H1.HeaderClassName
{
color: #C0A057;
}
.AnyTagClassName
{
color: #C0A057;
}
</style>
background-color css
<style>
a { background-color: #C0A057; }
a { background-color: rgb(192,160,87); }
div.DivClassName
{
background-color: #C0A057;
}
.BgClassName
{
background-color: #C0A057;
}
</style>
border-color css
<style>
span { border-color: #C0A057; }
span { border-color: rgb(192,160,87); }
td.TdClassName
{
border-color: #C0A057;
}
.TagClassName
{
border-color: #C0A057;
}
</style>