Shades of Laser #C5A062
Tints of Laser #C5A062
RGB
CMYK
RGB Variations
Color information
#C5A062 (or 0xC5A062) is known color: Laser. HEX triplet: C5, A0 and 62. RGB value is (197,160,98). Sum of RGB (Red+Green+Blue) = 197+160+98=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A062 is #3A5F9D. Grayscale: #A4A4A4. Windows color (decimal): -3825566 or 6463685. OLE color: 6463685.
HSL color Cylindrical-coordinate representation of color #C5A062: hue angle of 37.58º 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 #C5A062 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 98 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.23 |
| HSL | 37.58º | 0.46% | 0.58% | - |
| HSV(B) | 37.58º | 0.5% | 0.77% | - |
| XYZ | 37.8 | 37.89 | 16.88 | - |
| YUV | 164 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 98 | 0 | 0.19 | 0.50 | 0.23 | 37.58 | 0.46 | 0.58 |
| Hex | C5 | A0 | 62 | 0 | 13 | 32 | 17 | 26 | 2E | 3A |
| Octal | 305 | 240 | 142 | 0 | 23 | 62 | 27 | 46 | 56 | 72 |
| Binary | 11000101 | 10100000 | 1100010 | 0 | 10011 | 110010 | 10111 | 100110 | 101110 | 111010 |
Color Harmonies of #C5A062
Complementary color
Monochromatic Colors of #C5A062
Black with #C5A062
Text Example
Text Example
White with #C5A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A062; }
p { color: rgb(197,160,98); }
H1.HeaderClassName
{
color: #C5A062;
}
.AnyTagClassName
{
color: #C5A062;
}
</style>
background-color css
<style>
a { background-color: #C5A062; }
a { background-color: rgb(197,160,98); }
div.DivClassName
{
background-color: #C5A062;
}
.BgClassName
{
background-color: #C5A062;
}
</style>
border-color css
<style>
span { border-color: #C5A062; }
span { border-color: rgb(197,160,98); }
td.TdClassName
{
border-color: #C5A062;
}
.TagClassName
{
border-color: #C5A062;
}
</style>