Shades of Laser #C5A054
Tints of Laser #C5A054
RGB
CMYK
RGB Variations
Color information
#C5A054 (or 0xC5A054) is known color: Laser. HEX triplet: C5, A0 and 54. RGB value is (197,160,84). Sum of RGB (Red+Green+Blue) = 197+160+84=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A054 is #3A5FAB. Grayscale: #A2A2A2. Windows color (decimal): -3825580 or 5546181. OLE color: 5546181.
HSL color Cylindrical-coordinate representation of color #C5A054: hue angle of 40.35º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5A054 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 84 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.23 |
| HSL | 40.35º | 0.49% | 0.55% | - |
| HSV(B) | 40.35º | 0.57% | 0.77% | - |
| XYZ | 37.2 | 37.65 | 13.69 | - |
| YUV | 162.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 84 | 0 | 0.19 | 0.57 | 0.23 | 40.35 | 0.49 | 0.55 |
| Hex | C5 | A0 | 54 | 0 | 13 | 39 | 17 | 28 | 31 | 37 |
| Octal | 305 | 240 | 124 | 0 | 23 | 71 | 27 | 50 | 61 | 67 |
| Binary | 11000101 | 10100000 | 1010100 | 0 | 10011 | 111001 | 10111 | 101000 | 110001 | 110111 |
Color Harmonies of #C5A054
Complementary color
Monochromatic Colors of #C5A054
Black with #C5A054
Text Example
Text Example
White with #C5A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A054; }
p { color: rgb(197,160,84); }
H1.HeaderClassName
{
color: #C5A054;
}
.AnyTagClassName
{
color: #C5A054;
}
</style>
background-color css
<style>
a { background-color: #C5A054; }
a { background-color: rgb(197,160,84); }
div.DivClassName
{
background-color: #C5A054;
}
.BgClassName
{
background-color: #C5A054;
}
</style>
border-color css
<style>
span { border-color: #C5A054; }
span { border-color: rgb(197,160,84); }
td.TdClassName
{
border-color: #C5A054;
}
.TagClassName
{
border-color: #C5A054;
}
</style>