Shades of Laser #C5AB57
Tints of Laser #C5AB57
RGB
CMYK
RGB Variations
Color information
#C5AB57 (or 0xC5AB57) is known color: Laser. HEX triplet: C5, AB and 57. RGB value is (197,171,87). Sum of RGB (Red+Green+Blue) = 197+171+87=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB57 is #3A54A8. Grayscale: #A9A9A9. Windows color (decimal): -3822761 or 5745605. OLE color: 5745605.
HSL color Cylindrical-coordinate representation of color #C5AB57: hue angle of 45.82º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5AB57 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 87 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.23 |
| HSL | 45.82º | 0.49% | 0.56% | - |
| HSV(B) | 45.82º | 0.56% | 0.77% | - |
| XYZ | 39.31 | 41.68 | 14.99 | - |
| YUV | 169.2 | 81.61 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 87 | 0 | 0.13 | 0.56 | 0.23 | 45.82 | 0.49 | 0.56 |
| Hex | C5 | AB | 57 | 0 | D | 38 | 17 | 2E | 31 | 38 |
| Octal | 305 | 253 | 127 | 0 | 15 | 70 | 27 | 56 | 61 | 70 |
| Binary | 11000101 | 10101011 | 1010111 | 0 | 1101 | 111000 | 10111 | 101110 | 110001 | 111000 |
Color Harmonies of #C5AB57
Complementary color
Monochromatic Colors of #C5AB57
Black with #C5AB57
Text Example
Text Example
White with #C5AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB57; }
p { color: rgb(197,171,87); }
H1.HeaderClassName
{
color: #C5AB57;
}
.AnyTagClassName
{
color: #C5AB57;
}
</style>
background-color css
<style>
a { background-color: #C5AB57; }
a { background-color: rgb(197,171,87); }
div.DivClassName
{
background-color: #C5AB57;
}
.BgClassName
{
background-color: #C5AB57;
}
</style>
border-color css
<style>
span { border-color: #C5AB57; }
span { border-color: rgb(197,171,87); }
td.TdClassName
{
border-color: #C5AB57;
}
.TagClassName
{
border-color: #C5AB57;
}
</style>