Shades of Laser #C0A257
Tints of Laser #C0A257
RGB
CMYK
RGB Variations
Color information
#C0A257 (or 0xC0A257) is known color: Laser. HEX triplet: C0, A2 and 57. RGB value is (192,162,87). Sum of RGB (Red+Green+Blue) = 192+162+87=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A257 is #3F5DA8. Grayscale: #A2A2A2. Windows color (decimal): -4152745 or 5743296. OLE color: 5743296.
HSL color Cylindrical-coordinate representation of color #C0A257: hue angle of 42.86º 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 #C0A257 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 87 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.25 |
| HSL | 42.86º | 0.45% | 0.55% | - |
| HSV(B) | 42.86º | 0.55% | 0.75% | - |
| XYZ | 36.38 | 37.74 | 14.38 | - |
| YUV | 162.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 87 | 0 | 0.16 | 0.55 | 0.25 | 42.86 | 0.45 | 0.55 |
| Hex | C0 | A2 | 57 | 0 | 10 | 37 | 19 | 2B | 2D | 37 |
| Octal | 300 | 242 | 127 | 0 | 20 | 67 | 31 | 53 | 55 | 67 |
| Binary | 11000000 | 10100010 | 1010111 | 0 | 10000 | 110111 | 11001 | 101011 | 101101 | 110111 |
Color Harmonies of #C0A257
Complementary color
Monochromatic Colors of #C0A257
Black with #C0A257
Text Example
Text Example
White with #C0A257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A257; }
p { color: rgb(192,162,87); }
H1.HeaderClassName
{
color: #C0A257;
}
.AnyTagClassName
{
color: #C0A257;
}
</style>
background-color css
<style>
a { background-color: #C0A257; }
a { background-color: rgb(192,162,87); }
div.DivClassName
{
background-color: #C0A257;
}
.BgClassName
{
background-color: #C0A257;
}
</style>
border-color css
<style>
span { border-color: #C0A257; }
span { border-color: rgb(192,162,87); }
td.TdClassName
{
border-color: #C0A257;
}
.TagClassName
{
border-color: #C0A257;
}
</style>