Shades of Laser #C5A664
Tints of Laser #C5A664
RGB
CMYK
RGB Variations
Color information
#C5A664 (or 0xC5A664) is known color: Laser. HEX triplet: C5, A6 and 64. RGB value is (197,166,100). Sum of RGB (Red+Green+Blue) = 197+166+100=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A664 is #3A599B. Grayscale: #A8A8A8. Windows color (decimal): -3824028 or 6596293. OLE color: 6596293.
HSL color Cylindrical-coordinate representation of color #C5A664: hue angle of 40.82º 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 #C5A664 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 100 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.23 |
| HSL | 40.82º | 0.46% | 0.58% | - |
| HSV(B) | 40.82º | 0.49% | 0.77% | - |
| XYZ | 38.96 | 40.06 | 17.74 | - |
| YUV | 167.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 100 | 0 | 0.16 | 0.49 | 0.23 | 40.82 | 0.46 | 0.58 |
| Hex | C5 | A6 | 64 | 0 | 10 | 31 | 17 | 29 | 2E | 3A |
| Octal | 305 | 246 | 144 | 0 | 20 | 61 | 27 | 51 | 56 | 72 |
| Binary | 11000101 | 10100110 | 1100100 | 0 | 10000 | 110001 | 10111 | 101001 | 101110 | 111010 |
Color Harmonies of #C5A664
Complementary color
Monochromatic Colors of #C5A664
Black with #C5A664
Text Example
Text Example
White with #C5A664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A664; }
p { color: rgb(197,166,100); }
H1.HeaderClassName
{
color: #C5A664;
}
.AnyTagClassName
{
color: #C5A664;
}
</style>
background-color css
<style>
a { background-color: #C5A664; }
a { background-color: rgb(197,166,100); }
div.DivClassName
{
background-color: #C5A664;
}
.BgClassName
{
background-color: #C5A664;
}
</style>
border-color css
<style>
span { border-color: #C5A664; }
span { border-color: rgb(197,166,100); }
td.TdClassName
{
border-color: #C5A664;
}
.TagClassName
{
border-color: #C5A664;
}
</style>