Shades of Laser #C5AD62
Tints of Laser #C5AD62
RGB
CMYK
RGB Variations
Color information
#C5AD62 (or 0xC5AD62) is known color: Laser. HEX triplet: C5, AD and 62. RGB value is (197,173,98). Sum of RGB (Red+Green+Blue) = 197+173+98=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD62 is #3A529D. Grayscale: #ABABAB. Windows color (decimal): -3822238 or 6467013. OLE color: 6467013.
HSL color Cylindrical-coordinate representation of color #C5AD62: hue angle of 45.45º 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 #C5AD62 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 98 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.23 |
| HSL | 45.45º | 0.46% | 0.58% | - |
| HSV(B) | 45.45º | 0.5% | 0.77% | - |
| XYZ | 40.17 | 42.64 | 17.67 | - |
| YUV | 171.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 98 | 0 | 0.12 | 0.50 | 0.23 | 45.45 | 0.46 | 0.58 |
| Hex | C5 | AD | 62 | 0 | C | 32 | 17 | 2D | 2E | 3A |
| Octal | 305 | 255 | 142 | 0 | 14 | 62 | 27 | 55 | 56 | 72 |
| Binary | 11000101 | 10101101 | 1100010 | 0 | 1100 | 110010 | 10111 | 101101 | 101110 | 111010 |
Color Harmonies of #C5AD62
Complementary color
Monochromatic Colors of #C5AD62
Black with #C5AD62
Text Example
Text Example
White with #C5AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD62; }
p { color: rgb(197,173,98); }
H1.HeaderClassName
{
color: #C5AD62;
}
.AnyTagClassName
{
color: #C5AD62;
}
</style>
background-color css
<style>
a { background-color: #C5AD62; }
a { background-color: rgb(197,173,98); }
div.DivClassName
{
background-color: #C5AD62;
}
.BgClassName
{
background-color: #C5AD62;
}
</style>
border-color css
<style>
span { border-color: #C5AD62; }
span { border-color: rgb(197,173,98); }
td.TdClassName
{
border-color: #C5AD62;
}
.TagClassName
{
border-color: #C5AD62;
}
</style>