Shades of Laser #C5B060
Tints of Laser #C5B060
RGB
CMYK
RGB Variations
Color information
#C5B060 (or 0xC5B060) is known color: Laser. HEX triplet: C5, B0 and 60. RGB value is (197,176,96). Sum of RGB (Red+Green+Blue) = 197+176+96=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B060 is #3A4F9F. Grayscale: #ADADAD. Windows color (decimal): -3821472 or 6336709. OLE color: 6336709.
HSL color Cylindrical-coordinate representation of color #C5B060: hue angle of 47.52º 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 #C5B060 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 96 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.23 |
| HSL | 47.52º | 0.47% | 0.57% | - |
| HSV(B) | 47.52º | 0.51% | 0.77% | - |
| XYZ | 40.66 | 43.77 | 17.37 | - |
| YUV | 173.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 96 | 0 | 0.11 | 0.51 | 0.23 | 47.52 | 0.47 | 0.57 |
| Hex | C5 | B0 | 60 | 0 | B | 33 | 17 | 30 | 2F | 39 |
| Octal | 305 | 260 | 140 | 0 | 13 | 63 | 27 | 60 | 57 | 71 |
| Binary | 11000101 | 10110000 | 1100000 | 0 | 1011 | 110011 | 10111 | 110000 | 101111 | 111001 |
Color Harmonies of #C5B060
Complementary color
Monochromatic Colors of #C5B060
Black with #C5B060
Text Example
Text Example
White with #C5B060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B060; }
p { color: rgb(197,176,96); }
H1.HeaderClassName
{
color: #C5B060;
}
.AnyTagClassName
{
color: #C5B060;
}
</style>
background-color css
<style>
a { background-color: #C5B060; }
a { background-color: rgb(197,176,96); }
div.DivClassName
{
background-color: #C5B060;
}
.BgClassName
{
background-color: #C5B060;
}
</style>
border-color css
<style>
span { border-color: #C5B060; }
span { border-color: rgb(197,176,96); }
td.TdClassName
{
border-color: #C5B060;
}
.TagClassName
{
border-color: #C5B060;
}
</style>