Shades of Laser #C5A464
Tints of Laser #C5A464
RGB
CMYK
RGB Variations
Color information
#C5A464 (or 0xC5A464) is known color: Laser. HEX triplet: C5, A4 and 64. RGB value is (197,164,100). Sum of RGB (Red+Green+Blue) = 197+164+100=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A464 is #3A5B9B. Grayscale: #A6A6A6. Windows color (decimal): -3824540 or 6595781. OLE color: 6595781.
HSL color Cylindrical-coordinate representation of color #C5A464: hue angle of 39.59º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5A464 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 100 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.23 |
| HSL | 39.59º | 0.46% | 0.58% | - |
| HSV(B) | 39.59º | 0.49% | 0.77% | - |
| XYZ | 38.6 | 39.34 | 17.62 | - |
| YUV | 166.57 | 90.43 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 100 | 0 | 0.17 | 0.49 | 0.23 | 39.59 | 0.46 | 0.58 |
| Hex | C5 | A4 | 64 | 0 | 11 | 31 | 17 | 28 | 2E | 3A |
| Octal | 305 | 244 | 144 | 0 | 21 | 61 | 27 | 50 | 56 | 72 |
| Binary | 11000101 | 10100100 | 1100100 | 0 | 10001 | 110001 | 10111 | 101000 | 101110 | 111010 |
Color Harmonies of #C5A464
Complementary color
Monochromatic Colors of #C5A464
Black with #C5A464
Text Example
Text Example
White with #C5A464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A464; }
p { color: rgb(197,164,100); }
H1.HeaderClassName
{
color: #C5A464;
}
.AnyTagClassName
{
color: #C5A464;
}
</style>
background-color css
<style>
a { background-color: #C5A464; }
a { background-color: rgb(197,164,100); }
div.DivClassName
{
background-color: #C5A464;
}
.BgClassName
{
background-color: #C5A464;
}
</style>
border-color css
<style>
span { border-color: #C5A464; }
span { border-color: rgb(197,164,100); }
td.TdClassName
{
border-color: #C5A464;
}
.TagClassName
{
border-color: #C5A464;
}
</style>