Shades of Laser #C5B059
Tints of Laser #C5B059
RGB
CMYK
RGB Variations
Color information
#C5B059 (or 0xC5B059) is known color: Laser. HEX triplet: C5, B0 and 59. RGB value is (197,176,89). Sum of RGB (Red+Green+Blue) = 197+176+89=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B059 is #3A4FA6. Grayscale: #ACACAC. Windows color (decimal): -3821479 or 5877957. OLE color: 5877957.
HSL color Cylindrical-coordinate representation of color #C5B059: hue angle of 48.33º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5B059 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 89 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.23 |
| HSL | 48.33º | 0.48% | 0.56% | - |
| HSV(B) | 48.33º | 0.55% | 0.77% | - |
| XYZ | 40.35 | 43.64 | 15.75 | - |
| YUV | 172.36 | 80.96 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 89 | 0 | 0.11 | 0.55 | 0.23 | 48.33 | 0.48 | 0.56 |
| Hex | C5 | B0 | 59 | 0 | B | 37 | 17 | 30 | 30 | 38 |
| Octal | 305 | 260 | 131 | 0 | 13 | 67 | 27 | 60 | 60 | 70 |
| Binary | 11000101 | 10110000 | 1011001 | 0 | 1011 | 110111 | 10111 | 110000 | 110000 | 111000 |
Color Harmonies of #C5B059
Complementary color
Monochromatic Colors of #C5B059
Black with #C5B059
Text Example
Text Example
White with #C5B059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B059; }
p { color: rgb(197,176,89); }
H1.HeaderClassName
{
color: #C5B059;
}
.AnyTagClassName
{
color: #C5B059;
}
</style>
background-color css
<style>
a { background-color: #C5B059; }
a { background-color: rgb(197,176,89); }
div.DivClassName
{
background-color: #C5B059;
}
.BgClassName
{
background-color: #C5B059;
}
</style>
border-color css
<style>
span { border-color: #C5B059; }
span { border-color: rgb(197,176,89); }
td.TdClassName
{
border-color: #C5B059;
}
.TagClassName
{
border-color: #C5B059;
}
</style>