Shades of Laser #C5AB5C
Tints of Laser #C5AB5C
RGB
CMYK
RGB Variations
Color information
#C5AB5C (or 0xC5AB5C) is known color: Laser. HEX triplet: C5, AB and 5C. RGB value is (197,171,92). Sum of RGB (Red+Green+Blue) = 197+171+92=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB5C is #3A54A3. Grayscale: #AAAAAA. Windows color (decimal): -3822756 or 6073285. OLE color: 6073285.
HSL color Cylindrical-coordinate representation of color #C5AB5C: hue angle of 45.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5AB5C is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 92 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.23 |
| HSL | 45.14º | 0.48% | 0.57% | - |
| HSV(B) | 45.14º | 0.53% | 0.77% | - |
| XYZ | 39.52 | 41.77 | 16.1 | - |
| YUV | 169.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 92 | 0 | 0.13 | 0.53 | 0.23 | 45.14 | 0.48 | 0.57 |
| Hex | C5 | AB | 5C | 0 | D | 35 | 17 | 2D | 30 | 39 |
| Octal | 305 | 253 | 134 | 0 | 15 | 65 | 27 | 55 | 60 | 71 |
| Binary | 11000101 | 10101011 | 1011100 | 0 | 1101 | 110101 | 10111 | 101101 | 110000 | 111001 |
Color Harmonies of #C5AB5C
Complementary color
Monochromatic Colors of #C5AB5C
Black with #C5AB5C
Text Example
Text Example
White with #C5AB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB5C; }
p { color: rgb(197,171,92); }
H1.HeaderClassName
{
color: #C5AB5C;
}
.AnyTagClassName
{
color: #C5AB5C;
}
</style>
background-color css
<style>
a { background-color: #C5AB5C; }
a { background-color: rgb(197,171,92); }
div.DivClassName
{
background-color: #C5AB5C;
}
.BgClassName
{
background-color: #C5AB5C;
}
</style>
border-color css
<style>
span { border-color: #C5AB5C; }
span { border-color: rgb(197,171,92); }
td.TdClassName
{
border-color: #C5AB5C;
}
.TagClassName
{
border-color: #C5AB5C;
}
</style>