Shades of Laser #C5AD60
Tints of Laser #C5AD60
RGB
CMYK
RGB Variations
Color information
#C5AD60 (or 0xC5AD60) is known color: Laser. HEX triplet: C5, AD and 60. RGB value is (197,173,96). Sum of RGB (Red+Green+Blue) = 197+173+96=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD60 is #3A529F. Grayscale: #ABABAB. Windows color (decimal): -3822240 or 6335941. OLE color: 6335941.
HSL color Cylindrical-coordinate representation of color #C5AD60: hue angle of 45.74º 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 #C5AD60 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 96 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.23 |
| HSL | 45.74º | 0.47% | 0.57% | - |
| HSV(B) | 45.74º | 0.51% | 0.77% | - |
| XYZ | 40.08 | 42.6 | 17.18 | - |
| YUV | 171.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 96 | 0 | 0.12 | 0.51 | 0.23 | 45.74 | 0.47 | 0.57 |
| Hex | C5 | AD | 60 | 0 | C | 33 | 17 | 2E | 2F | 39 |
| Octal | 305 | 255 | 140 | 0 | 14 | 63 | 27 | 56 | 57 | 71 |
| Binary | 11000101 | 10101101 | 1100000 | 0 | 1100 | 110011 | 10111 | 101110 | 101111 | 111001 |
Color Harmonies of #C5AD60
Complementary color
Monochromatic Colors of #C5AD60
Black with #C5AD60
Text Example
Text Example
White with #C5AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD60; }
p { color: rgb(197,173,96); }
H1.HeaderClassName
{
color: #C5AD60;
}
.AnyTagClassName
{
color: #C5AD60;
}
</style>
background-color css
<style>
a { background-color: #C5AD60; }
a { background-color: rgb(197,173,96); }
div.DivClassName
{
background-color: #C5AD60;
}
.BgClassName
{
background-color: #C5AD60;
}
</style>
border-color css
<style>
span { border-color: #C5AD60; }
span { border-color: rgb(197,173,96); }
td.TdClassName
{
border-color: #C5AD60;
}
.TagClassName
{
border-color: #C5AD60;
}
</style>