Shades of Laser #C5A061
Tints of Laser #C5A061
RGB
CMYK
RGB Variations
Color information
#C5A061 (or 0xC5A061) is known color: Laser. HEX triplet: C5, A0 and 61. RGB value is (197,160,97). Sum of RGB (Red+Green+Blue) = 197+160+97=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A061 is #3A5F9E. Grayscale: #A4A4A4. Windows color (decimal): -3825567 or 6398149. OLE color: 6398149.
HSL color Cylindrical-coordinate representation of color #C5A061: hue angle of 37.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5A061 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 97 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.23 |
| HSL | 37.8º | 0.46% | 0.58% | - |
| HSV(B) | 37.8º | 0.51% | 0.77% | - |
| XYZ | 37.75 | 37.88 | 16.63 | - |
| YUV | 163.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 97 | 0 | 0.19 | 0.51 | 0.23 | 37.8 | 0.46 | 0.58 |
| Hex | C5 | A0 | 61 | 0 | 13 | 33 | 17 | 26 | 2E | 3A |
| Octal | 305 | 240 | 141 | 0 | 23 | 63 | 27 | 46 | 56 | 72 |
| Binary | 11000101 | 10100000 | 1100001 | 0 | 10011 | 110011 | 10111 | 100110 | 101110 | 111010 |
Color Harmonies of #C5A061
Complementary color
Monochromatic Colors of #C5A061
Black with #C5A061
Text Example
Text Example
White with #C5A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A061; }
p { color: rgb(197,160,97); }
H1.HeaderClassName
{
color: #C5A061;
}
.AnyTagClassName
{
color: #C5A061;
}
</style>
background-color css
<style>
a { background-color: #C5A061; }
a { background-color: rgb(197,160,97); }
div.DivClassName
{
background-color: #C5A061;
}
.BgClassName
{
background-color: #C5A061;
}
</style>
border-color css
<style>
span { border-color: #C5A061; }
span { border-color: rgb(197,160,97); }
td.TdClassName
{
border-color: #C5A061;
}
.TagClassName
{
border-color: #C5A061;
}
</style>