Shades of Laser #C5B262
Tints of Laser #C5B262
RGB
CMYK
RGB Variations
Color information
#C5B262 (or 0xC5B262) is known color: Laser. HEX triplet: C5, B2 and 62. RGB value is (197,178,98). Sum of RGB (Red+Green+Blue) = 197+178+98=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B262 is #3A4D9D. Grayscale: #AEAEAE. Windows color (decimal): -3820958 or 6468293. OLE color: 6468293.
HSL color Cylindrical-coordinate representation of color #C5B262: hue angle of 48.48º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5B262 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 98 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.23 |
| HSL | 48.48º | 0.46% | 0.58% | - |
| HSV(B) | 48.48º | 0.5% | 0.77% | - |
| XYZ | 41.15 | 44.59 | 17.99 | - |
| YUV | 174.56 | 84.79 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 98 | 0 | 0.10 | 0.50 | 0.23 | 48.48 | 0.46 | 0.58 |
| Hex | C5 | B2 | 62 | 0 | A | 32 | 17 | 30 | 2E | 3A |
| Octal | 305 | 262 | 142 | 0 | 12 | 62 | 27 | 60 | 56 | 72 |
| Binary | 11000101 | 10110010 | 1100010 | 0 | 1010 | 110010 | 10111 | 110000 | 101110 | 111010 |
Color Harmonies of #C5B262
Complementary color
Monochromatic Colors of #C5B262
Black with #C5B262
Text Example
Text Example
White with #C5B262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B262; }
p { color: rgb(197,178,98); }
H1.HeaderClassName
{
color: #C5B262;
}
.AnyTagClassName
{
color: #C5B262;
}
</style>
background-color css
<style>
a { background-color: #C5B262; }
a { background-color: rgb(197,178,98); }
div.DivClassName
{
background-color: #C5B262;
}
.BgClassName
{
background-color: #C5B262;
}
</style>
border-color css
<style>
span { border-color: #C5B262; }
span { border-color: rgb(197,178,98); }
td.TdClassName
{
border-color: #C5B262;
}
.TagClassName
{
border-color: #C5B262;
}
</style>