Shades of Laser #C5B459
Tints of Laser #C5B459
RGB
CMYK
RGB Variations
Color information
#C5B459 (or 0xC5B459) is known color: Laser. HEX triplet: C5, B4 and 59. RGB value is (197,180,89). Sum of RGB (Red+Green+Blue) = 197+180+89=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B459 is #3A4BA6. Grayscale: #AFAFAF. Windows color (decimal): -3820455 or 5878981. OLE color: 5878981.
HSL color Cylindrical-coordinate representation of color #C5B459: hue angle of 50.56º 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 #C5B459 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 89 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.23 |
| HSL | 50.56º | 0.48% | 0.56% | - |
| HSV(B) | 50.56º | 0.55% | 0.77% | - |
| XYZ | 41.15 | 45.23 | 16.01 | - |
| YUV | 174.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 89 | 0 | 0.09 | 0.55 | 0.23 | 50.56 | 0.48 | 0.56 |
| Hex | C5 | B4 | 59 | 0 | 9 | 37 | 17 | 33 | 30 | 38 |
| Octal | 305 | 264 | 131 | 0 | 11 | 67 | 27 | 63 | 60 | 70 |
| Binary | 11000101 | 10110100 | 1011001 | 0 | 1001 | 110111 | 10111 | 110011 | 110000 | 111000 |
Color Harmonies of #C5B459
Complementary color
Monochromatic Colors of #C5B459
Black with #C5B459
Text Example
Text Example
White with #C5B459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B459; }
p { color: rgb(197,180,89); }
H1.HeaderClassName
{
color: #C5B459;
}
.AnyTagClassName
{
color: #C5B459;
}
</style>
background-color css
<style>
a { background-color: #C5B459; }
a { background-color: rgb(197,180,89); }
div.DivClassName
{
background-color: #C5B459;
}
.BgClassName
{
background-color: #C5B459;
}
</style>
border-color css
<style>
span { border-color: #C5B459; }
span { border-color: rgb(197,180,89); }
td.TdClassName
{
border-color: #C5B459;
}
.TagClassName
{
border-color: #C5B459;
}
</style>