Shades of Laser #C5A25B
Tints of Laser #C5A25B
RGB
CMYK
RGB Variations
Color information
#C5A25B (or 0xC5A25B) is known color: Laser. HEX triplet: C5, A2 and 5B. RGB value is (197,162,91). Sum of RGB (Red+Green+Blue) = 197+162+91=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A25B is #3A5DA4. Grayscale: #A4A4A4. Windows color (decimal): -3825061 or 6005445. OLE color: 6005445.
HSL color Cylindrical-coordinate representation of color #C5A25B: hue angle of 40.19º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5A25B is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 91 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.23 |
| HSL | 40.19º | 0.48% | 0.56% | - |
| HSV(B) | 40.19º | 0.54% | 0.77% | - |
| XYZ | 37.83 | 38.47 | 15.33 | - |
| YUV | 164.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 91 | 0 | 0.18 | 0.54 | 0.23 | 40.19 | 0.48 | 0.56 |
| Hex | C5 | A2 | 5B | 0 | 12 | 36 | 17 | 28 | 30 | 38 |
| Octal | 305 | 242 | 133 | 0 | 22 | 66 | 27 | 50 | 60 | 70 |
| Binary | 11000101 | 10100010 | 1011011 | 0 | 10010 | 110110 | 10111 | 101000 | 110000 | 111000 |
Color Harmonies of #C5A25B
Complementary color
Monochromatic Colors of #C5A25B
Black with #C5A25B
Text Example
Text Example
White with #C5A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A25B; }
p { color: rgb(197,162,91); }
H1.HeaderClassName
{
color: #C5A25B;
}
.AnyTagClassName
{
color: #C5A25B;
}
</style>
background-color css
<style>
a { background-color: #C5A25B; }
a { background-color: rgb(197,162,91); }
div.DivClassName
{
background-color: #C5A25B;
}
.BgClassName
{
background-color: #C5A25B;
}
</style>
border-color css
<style>
span { border-color: #C5A25B; }
span { border-color: rgb(197,162,91); }
td.TdClassName
{
border-color: #C5A25B;
}
.TagClassName
{
border-color: #C5A25B;
}
</style>