Shades of Laser #C5A957
Tints of Laser #C5A957
RGB
CMYK
RGB Variations
Color information
#C5A957 (or 0xC5A957) is known color: Laser. HEX triplet: C5, A9 and 57. RGB value is (197,169,87). Sum of RGB (Red+Green+Blue) = 197+169+87=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A957 is #3A56A8. Grayscale: #A8A8A8. Windows color (decimal): -3823273 or 5745093. OLE color: 5745093.
HSL color Cylindrical-coordinate representation of color #C5A957: hue angle of 44.73º 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 #C5A957 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 87 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.23 |
| HSL | 44.73º | 0.49% | 0.56% | - |
| HSV(B) | 44.73º | 0.56% | 0.77% | - |
| XYZ | 38.93 | 40.93 | 14.87 | - |
| YUV | 168.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 87 | 0 | 0.14 | 0.56 | 0.23 | 44.73 | 0.49 | 0.56 |
| Hex | C5 | A9 | 57 | 0 | E | 38 | 17 | 2D | 31 | 38 |
| Octal | 305 | 251 | 127 | 0 | 16 | 70 | 27 | 55 | 61 | 70 |
| Binary | 11000101 | 10101001 | 1010111 | 0 | 1110 | 111000 | 10111 | 101101 | 110001 | 111000 |
Color Harmonies of #C5A957
Complementary color
Monochromatic Colors of #C5A957
Black with #C5A957
Text Example
Text Example
White with #C5A957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A957; }
p { color: rgb(197,169,87); }
H1.HeaderClassName
{
color: #C5A957;
}
.AnyTagClassName
{
color: #C5A957;
}
</style>
background-color css
<style>
a { background-color: #C5A957; }
a { background-color: rgb(197,169,87); }
div.DivClassName
{
background-color: #C5A957;
}
.BgClassName
{
background-color: #C5A957;
}
</style>
border-color css
<style>
span { border-color: #C5A957; }
span { border-color: rgb(197,169,87); }
td.TdClassName
{
border-color: #C5A957;
}
.TagClassName
{
border-color: #C5A957;
}
</style>