Shades of Laser #C5A764
Tints of Laser #C5A764
RGB
CMYK
RGB Variations
Color information
#C5A764 (or 0xC5A764) is known color: Laser. HEX triplet: C5, A7 and 64. RGB value is (197,167,100). Sum of RGB (Red+Green+Blue) = 197+167+100=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A764 is #3A589B. Grayscale: #A8A8A8. Windows color (decimal): -3823772 or 6596549. OLE color: 6596549.
HSL color Cylindrical-coordinate representation of color #C5A764: hue angle of 41.44º 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 #C5A764 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 100 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.23 |
| HSL | 41.44º | 0.46% | 0.58% | - |
| HSV(B) | 41.44º | 0.49% | 0.77% | - |
| XYZ | 39.14 | 40.43 | 17.8 | - |
| YUV | 168.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 100 | 0 | 0.15 | 0.49 | 0.23 | 41.44 | 0.46 | 0.58 |
| Hex | C5 | A7 | 64 | 0 | F | 31 | 17 | 29 | 2E | 3A |
| Octal | 305 | 247 | 144 | 0 | 17 | 61 | 27 | 51 | 56 | 72 |
| Binary | 11000101 | 10100111 | 1100100 | 0 | 1111 | 110001 | 10111 | 101001 | 101110 | 111010 |
Color Harmonies of #C5A764
Complementary color
Monochromatic Colors of #C5A764
Black with #C5A764
Text Example
Text Example
White with #C5A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A764; }
p { color: rgb(197,167,100); }
H1.HeaderClassName
{
color: #C5A764;
}
.AnyTagClassName
{
color: #C5A764;
}
</style>
background-color css
<style>
a { background-color: #C5A764; }
a { background-color: rgb(197,167,100); }
div.DivClassName
{
background-color: #C5A764;
}
.BgClassName
{
background-color: #C5A764;
}
</style>
border-color css
<style>
span { border-color: #C5A764; }
span { border-color: rgb(197,167,100); }
td.TdClassName
{
border-color: #C5A764;
}
.TagClassName
{
border-color: #C5A764;
}
</style>