Shades of Laser #C5AB59
Tints of Laser #C5AB59
RGB
CMYK
RGB Variations
Color information
#C5AB59 (or 0xC5AB59) is known color: Laser. HEX triplet: C5, AB and 59. RGB value is (197,171,89). Sum of RGB (Red+Green+Blue) = 197+171+89=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB59 is #3A54A6. Grayscale: #A9A9A9. Windows color (decimal): -3822759 or 5876677. OLE color: 5876677.
HSL color Cylindrical-coordinate representation of color #C5AB59: hue angle of 45.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 #C5AB59 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 89 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.23 |
| HSL | 45.56º | 0.48% | 0.56% | - |
| HSV(B) | 45.56º | 0.55% | 0.77% | - |
| XYZ | 39.39 | 41.72 | 15.43 | - |
| YUV | 169.43 | 82.61 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 89 | 0 | 0.13 | 0.55 | 0.23 | 45.56 | 0.48 | 0.56 |
| Hex | C5 | AB | 59 | 0 | D | 37 | 17 | 2E | 30 | 38 |
| Octal | 305 | 253 | 131 | 0 | 15 | 67 | 27 | 56 | 60 | 70 |
| Binary | 11000101 | 10101011 | 1011001 | 0 | 1101 | 110111 | 10111 | 101110 | 110000 | 111000 |
Color Harmonies of #C5AB59
Complementary color
Monochromatic Colors of #C5AB59
Black with #C5AB59
Text Example
Text Example
White with #C5AB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB59; }
p { color: rgb(197,171,89); }
H1.HeaderClassName
{
color: #C5AB59;
}
.AnyTagClassName
{
color: #C5AB59;
}
</style>
background-color css
<style>
a { background-color: #C5AB59; }
a { background-color: rgb(197,171,89); }
div.DivClassName
{
background-color: #C5AB59;
}
.BgClassName
{
background-color: #C5AB59;
}
</style>
border-color css
<style>
span { border-color: #C5AB59; }
span { border-color: rgb(197,171,89); }
td.TdClassName
{
border-color: #C5AB59;
}
.TagClassName
{
border-color: #C5AB59;
}
</style>