Shades of Laser #C5AF60
Tints of Laser #C5AF60
RGB
CMYK
RGB Variations
Color information
#C5AF60 (or 0xC5AF60) is known color: Laser. HEX triplet: C5, AF and 60. RGB value is (197,175,96). Sum of RGB (Red+Green+Blue) = 197+175+96=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF60 is #3A509F. Grayscale: #ACACAC. Windows color (decimal): -3821728 or 6336453. OLE color: 6336453.
HSL color Cylindrical-coordinate representation of color #C5AF60: hue angle of 46.93º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5AF60 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 96 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.23 |
| HSL | 46.93º | 0.47% | 0.57% | - |
| HSV(B) | 46.93º | 0.51% | 0.77% | - |
| XYZ | 40.47 | 43.37 | 17.31 | - |
| YUV | 172.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 96 | 0 | 0.11 | 0.51 | 0.23 | 46.93 | 0.47 | 0.57 |
| Hex | C5 | AF | 60 | 0 | B | 33 | 17 | 2F | 2F | 39 |
| Octal | 305 | 257 | 140 | 0 | 13 | 63 | 27 | 57 | 57 | 71 |
| Binary | 11000101 | 10101111 | 1100000 | 0 | 1011 | 110011 | 10111 | 101111 | 101111 | 111001 |
Color Harmonies of #C5AF60
Complementary color
Monochromatic Colors of #C5AF60
Black with #C5AF60
Text Example
Text Example
White with #C5AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF60; }
p { color: rgb(197,175,96); }
H1.HeaderClassName
{
color: #C5AF60;
}
.AnyTagClassName
{
color: #C5AF60;
}
</style>
background-color css
<style>
a { background-color: #C5AF60; }
a { background-color: rgb(197,175,96); }
div.DivClassName
{
background-color: #C5AF60;
}
.BgClassName
{
background-color: #C5AF60;
}
</style>
border-color css
<style>
span { border-color: #C5AF60; }
span { border-color: rgb(197,175,96); }
td.TdClassName
{
border-color: #C5AF60;
}
.TagClassName
{
border-color: #C5AF60;
}
</style>