Shades of Laser #C0A457
Tints of Laser #C0A457
RGB
CMYK
RGB Variations
Color information
#C0A457 (or 0xC0A457) is known color: Laser. HEX triplet: C0, A4 and 57. RGB value is (192,164,87). Sum of RGB (Red+Green+Blue) = 192+164+87=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A457 is #3F5BA8. Grayscale: #A3A3A3. Windows color (decimal): -4152233 or 5743808. OLE color: 5743808.
HSL color Cylindrical-coordinate representation of color #C0A457: hue angle of 44º 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 #C0A457 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 87 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.25 |
| HSL | 44º | 0.45% | 0.55% | - |
| HSV(B) | 44º | 0.55% | 0.75% | - |
| XYZ | 36.73 | 38.45 | 14.5 | - |
| YUV | 163.59 | 84.78 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 87 | 0 | 0.15 | 0.55 | 0.25 | 44 | 0.45 | 0.55 |
| Hex | C0 | A4 | 57 | 0 | F | 37 | 19 | 2C | 2D | 37 |
| Octal | 300 | 244 | 127 | 0 | 17 | 67 | 31 | 54 | 55 | 67 |
| Binary | 11000000 | 10100100 | 1010111 | 0 | 1111 | 110111 | 11001 | 101100 | 101101 | 110111 |
Color Harmonies of #C0A457
Complementary color
Monochromatic Colors of #C0A457
Black with #C0A457
Text Example
Text Example
White with #C0A457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A457; }
p { color: rgb(192,164,87); }
H1.HeaderClassName
{
color: #C0A457;
}
.AnyTagClassName
{
color: #C0A457;
}
</style>
background-color css
<style>
a { background-color: #C0A457; }
a { background-color: rgb(192,164,87); }
div.DivClassName
{
background-color: #C0A457;
}
.BgClassName
{
background-color: #C0A457;
}
</style>
border-color css
<style>
span { border-color: #C0A457; }
span { border-color: rgb(192,164,87); }
td.TdClassName
{
border-color: #C0A457;
}
.TagClassName
{
border-color: #C0A457;
}
</style>