Shades of Laser #C5B360
Tints of Laser #C5B360
RGB
CMYK
RGB Variations
Color information
#C5B360 (or 0xC5B360) is known color: Laser. HEX triplet: C5, B3 and 60. RGB value is (197,179,96). Sum of RGB (Red+Green+Blue) = 197+179+96=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B360 is #3A4C9F. Grayscale: #AFAFAF. Windows color (decimal): -3820704 or 6337477. OLE color: 6337477.
HSL color Cylindrical-coordinate representation of color #C5B360: hue angle of 49.31º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5B360 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 96 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.23 |
| HSL | 49.31º | 0.47% | 0.57% | - |
| HSV(B) | 49.31º | 0.51% | 0.77% | - |
| XYZ | 41.26 | 44.96 | 17.57 | - |
| YUV | 174.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 96 | 0 | 0.09 | 0.51 | 0.23 | 49.31 | 0.47 | 0.57 |
| Hex | C5 | B3 | 60 | 0 | 9 | 33 | 17 | 31 | 2F | 39 |
| Octal | 305 | 263 | 140 | 0 | 11 | 63 | 27 | 61 | 57 | 71 |
| Binary | 11000101 | 10110011 | 1100000 | 0 | 1001 | 110011 | 10111 | 110001 | 101111 | 111001 |
Color Harmonies of #C5B360
Complementary color
Monochromatic Colors of #C5B360
Black with #C5B360
Text Example
Text Example
White with #C5B360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B360; }
p { color: rgb(197,179,96); }
H1.HeaderClassName
{
color: #C5B360;
}
.AnyTagClassName
{
color: #C5B360;
}
</style>
background-color css
<style>
a { background-color: #C5B360; }
a { background-color: rgb(197,179,96); }
div.DivClassName
{
background-color: #C5B360;
}
.BgClassName
{
background-color: #C5B360;
}
</style>
border-color css
<style>
span { border-color: #C5B360; }
span { border-color: rgb(197,179,96); }
td.TdClassName
{
border-color: #C5B360;
}
.TagClassName
{
border-color: #C5B360;
}
</style>