Shades of Laser #C5A858
Tints of Laser #C5A858
RGB
CMYK
RGB Variations
Color information
#C5A858 (or 0xC5A858) is known color: Laser. HEX triplet: C5, A8 and 58. RGB value is (197,168,88). Sum of RGB (Red+Green+Blue) = 197+168+88=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A858 is #3A57A7. Grayscale: #A7A7A7. Windows color (decimal): -3823528 or 5810373. OLE color: 5810373.
HSL color Cylindrical-coordinate representation of color #C5A858: hue angle of 44.04º 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 #C5A858 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 88 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.23 |
| HSL | 44.04º | 0.48% | 0.56% | - |
| HSV(B) | 44.04º | 0.55% | 0.77% | - |
| XYZ | 38.79 | 40.58 | 15.02 | - |
| YUV | 167.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 88 | 0 | 0.15 | 0.55 | 0.23 | 44.04 | 0.48 | 0.56 |
| Hex | C5 | A8 | 58 | 0 | F | 37 | 17 | 2C | 30 | 38 |
| Octal | 305 | 250 | 130 | 0 | 17 | 67 | 27 | 54 | 60 | 70 |
| Binary | 11000101 | 10101000 | 1011000 | 0 | 1111 | 110111 | 10111 | 101100 | 110000 | 111000 |
Color Harmonies of #C5A858
Complementary color
Monochromatic Colors of #C5A858
Black with #C5A858
Text Example
Text Example
White with #C5A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A858; }
p { color: rgb(197,168,88); }
H1.HeaderClassName
{
color: #C5A858;
}
.AnyTagClassName
{
color: #C5A858;
}
</style>
background-color css
<style>
a { background-color: #C5A858; }
a { background-color: rgb(197,168,88); }
div.DivClassName
{
background-color: #C5A858;
}
.BgClassName
{
background-color: #C5A858;
}
</style>
border-color css
<style>
span { border-color: #C5A858; }
span { border-color: rgb(197,168,88); }
td.TdClassName
{
border-color: #C5A858;
}
.TagClassName
{
border-color: #C5A858;
}
</style>