Shades of Laser #C5A856
Tints of Laser #C5A856
RGB
CMYK
RGB Variations
Color information
#C5A856 (or 0xC5A856) is known color: Laser. HEX triplet: C5, A8 and 56. RGB value is (197,168,86). Sum of RGB (Red+Green+Blue) = 197+168+86=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A856 is #3A57A9. Grayscale: #A7A7A7. Windows color (decimal): -3823530 or 5679301. OLE color: 5679301.
HSL color Cylindrical-coordinate representation of color #C5A856: hue angle of 44.32º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5A856 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 86 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.23 |
| HSL | 44.32º | 0.49% | 0.55% | - |
| HSV(B) | 44.32º | 0.56% | 0.77% | - |
| XYZ | 38.71 | 40.55 | 14.59 | - |
| YUV | 167.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 86 | 0 | 0.15 | 0.56 | 0.23 | 44.32 | 0.49 | 0.55 |
| Hex | C5 | A8 | 56 | 0 | F | 38 | 17 | 2C | 31 | 37 |
| Octal | 305 | 250 | 126 | 0 | 17 | 70 | 27 | 54 | 61 | 67 |
| Binary | 11000101 | 10101000 | 1010110 | 0 | 1111 | 111000 | 10111 | 101100 | 110001 | 110111 |
Color Harmonies of #C5A856
Complementary color
Monochromatic Colors of #C5A856
Black with #C5A856
Text Example
Text Example
White with #C5A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A856; }
p { color: rgb(197,168,86); }
H1.HeaderClassName
{
color: #C5A856;
}
.AnyTagClassName
{
color: #C5A856;
}
</style>
background-color css
<style>
a { background-color: #C5A856; }
a { background-color: rgb(197,168,86); }
div.DivClassName
{
background-color: #C5A856;
}
.BgClassName
{
background-color: #C5A856;
}
</style>
border-color css
<style>
span { border-color: #C5A856; }
span { border-color: rgb(197,168,86); }
td.TdClassName
{
border-color: #C5A856;
}
.TagClassName
{
border-color: #C5A856;
}
</style>