Shades of Laser #C5AD61
Tints of Laser #C5AD61
RGB
CMYK
RGB Variations
Color information
#C5AD61 (or 0xC5AD61) is known color: Laser. HEX triplet: C5, AD and 61. RGB value is (197,173,97). Sum of RGB (Red+Green+Blue) = 197+173+97=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD61 is #3A529E. Grayscale: #ABABAB. Windows color (decimal): -3822239 or 6401477. OLE color: 6401477.
HSL color Cylindrical-coordinate representation of color #C5AD61: hue angle of 45.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5AD61 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 97 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.23 |
| HSL | 45.6º | 0.46% | 0.58% | - |
| HSV(B) | 45.6º | 0.51% | 0.77% | - |
| XYZ | 40.13 | 42.62 | 17.42 | - |
| YUV | 171.51 | 85.95 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 97 | 0 | 0.12 | 0.51 | 0.23 | 45.6 | 0.46 | 0.58 |
| Hex | C5 | AD | 61 | 0 | C | 33 | 17 | 2E | 2E | 3A |
| Octal | 305 | 255 | 141 | 0 | 14 | 63 | 27 | 56 | 56 | 72 |
| Binary | 11000101 | 10101101 | 1100001 | 0 | 1100 | 110011 | 10111 | 101110 | 101110 | 111010 |
Color Harmonies of #C5AD61
Complementary color
Monochromatic Colors of #C5AD61
Black with #C5AD61
Text Example
Text Example
White with #C5AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD61; }
p { color: rgb(197,173,97); }
H1.HeaderClassName
{
color: #C5AD61;
}
.AnyTagClassName
{
color: #C5AD61;
}
</style>
background-color css
<style>
a { background-color: #C5AD61; }
a { background-color: rgb(197,173,97); }
div.DivClassName
{
background-color: #C5AD61;
}
.BgClassName
{
background-color: #C5AD61;
}
</style>
border-color css
<style>
span { border-color: #C5AD61; }
span { border-color: rgb(197,173,97); }
td.TdClassName
{
border-color: #C5AD61;
}
.TagClassName
{
border-color: #C5AD61;
}
</style>