Shades of Laser #C5AC57
Tints of Laser #C5AC57
RGB
CMYK
RGB Variations
Color information
#C5AC57 (or 0xC5AC57) is known color: Laser. HEX triplet: C5, AC and 57. RGB value is (197,172,87). Sum of RGB (Red+Green+Blue) = 197+172+87=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AC57 is #3A53A8. Grayscale: #AAAAAA. Windows color (decimal): -3822505 or 5745861. OLE color: 5745861.
HSL color Cylindrical-coordinate representation of color #C5AC57: hue angle of 46.36º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5AC57 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 87 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.23 |
| HSL | 46.36º | 0.49% | 0.56% | - |
| HSV(B) | 46.36º | 0.56% | 0.77% | - |
| XYZ | 39.5 | 42.06 | 15.05 | - |
| YUV | 169.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 87 | 0 | 0.13 | 0.56 | 0.23 | 46.36 | 0.49 | 0.56 |
| Hex | C5 | AC | 57 | 0 | D | 38 | 17 | 2E | 31 | 38 |
| Octal | 305 | 254 | 127 | 0 | 15 | 70 | 27 | 56 | 61 | 70 |
| Binary | 11000101 | 10101100 | 1010111 | 0 | 1101 | 111000 | 10111 | 101110 | 110001 | 111000 |
Color Harmonies of #C5AC57
Complementary color
Monochromatic Colors of #C5AC57
Black with #C5AC57
Text Example
Text Example
White with #C5AC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC57; }
p { color: rgb(197,172,87); }
H1.HeaderClassName
{
color: #C5AC57;
}
.AnyTagClassName
{
color: #C5AC57;
}
</style>
background-color css
<style>
a { background-color: #C5AC57; }
a { background-color: rgb(197,172,87); }
div.DivClassName
{
background-color: #C5AC57;
}
.BgClassName
{
background-color: #C5AC57;
}
</style>
border-color css
<style>
span { border-color: #C5AC57; }
span { border-color: rgb(197,172,87); }
td.TdClassName
{
border-color: #C5AC57;
}
.TagClassName
{
border-color: #C5AC57;
}
</style>