Shades of Laser #C5A259
Tints of Laser #C5A259
RGB
CMYK
RGB Variations
Color information
#C5A259 (or 0xC5A259) is known color: Laser. HEX triplet: C5, A2 and 59. RGB value is (197,162,89). Sum of RGB (Red+Green+Blue) = 197+162+89=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A259 is #3A5DA6. Grayscale: #A4A4A4. Windows color (decimal): -3825063 or 5874373. OLE color: 5874373.
HSL color Cylindrical-coordinate representation of color #C5A259: hue angle of 40.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 #C5A259 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 89 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.23 |
| HSL | 40.56º | 0.48% | 0.56% | - |
| HSV(B) | 40.56º | 0.55% | 0.77% | - |
| XYZ | 37.75 | 38.43 | 14.88 | - |
| YUV | 164.14 | 85.6 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 89 | 0 | 0.18 | 0.55 | 0.23 | 40.56 | 0.48 | 0.56 |
| Hex | C5 | A2 | 59 | 0 | 12 | 37 | 17 | 29 | 30 | 38 |
| Octal | 305 | 242 | 131 | 0 | 22 | 67 | 27 | 51 | 60 | 70 |
| Binary | 11000101 | 10100010 | 1011001 | 0 | 10010 | 110111 | 10111 | 101001 | 110000 | 111000 |
Color Harmonies of #C5A259
Complementary color
Monochromatic Colors of #C5A259
Black with #C5A259
Text Example
Text Example
White with #C5A259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A259; }
p { color: rgb(197,162,89); }
H1.HeaderClassName
{
color: #C5A259;
}
.AnyTagClassName
{
color: #C5A259;
}
</style>
background-color css
<style>
a { background-color: #C5A259; }
a { background-color: rgb(197,162,89); }
div.DivClassName
{
background-color: #C5A259;
}
.BgClassName
{
background-color: #C5A259;
}
</style>
border-color css
<style>
span { border-color: #C5A259; }
span { border-color: rgb(197,162,89); }
td.TdClassName
{
border-color: #C5A259;
}
.TagClassName
{
border-color: #C5A259;
}
</style>