Shades of Laser #C5AA56
Tints of Laser #C5AA56
RGB
CMYK
RGB Variations
Color information
#C5AA56 (or 0xC5AA56) is known color: Laser. HEX triplet: C5, AA and 56. RGB value is (197,170,86). Sum of RGB (Red+Green+Blue) = 197+170+86=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA56 is #3A55A9. Grayscale: #A8A8A8. Windows color (decimal): -3823018 or 5679813. OLE color: 5679813.
HSL color Cylindrical-coordinate representation of color #C5AA56: hue angle of 45.41º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5AA56 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 86 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.23 |
| HSL | 45.41º | 0.49% | 0.55% | - |
| HSV(B) | 45.41º | 0.56% | 0.77% | - |
| XYZ | 39.08 | 41.29 | 14.71 | - |
| YUV | 168.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 86 | 0 | 0.14 | 0.56 | 0.23 | 45.41 | 0.49 | 0.55 |
| Hex | C5 | AA | 56 | 0 | E | 38 | 17 | 2D | 31 | 37 |
| Octal | 305 | 252 | 126 | 0 | 16 | 70 | 27 | 55 | 61 | 67 |
| Binary | 11000101 | 10101010 | 1010110 | 0 | 1110 | 111000 | 10111 | 101101 | 110001 | 110111 |
Color Harmonies of #C5AA56
Complementary color
Monochromatic Colors of #C5AA56
Black with #C5AA56
Text Example
Text Example
White with #C5AA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA56; }
p { color: rgb(197,170,86); }
H1.HeaderClassName
{
color: #C5AA56;
}
.AnyTagClassName
{
color: #C5AA56;
}
</style>
background-color css
<style>
a { background-color: #C5AA56; }
a { background-color: rgb(197,170,86); }
div.DivClassName
{
background-color: #C5AA56;
}
.BgClassName
{
background-color: #C5AA56;
}
</style>
border-color css
<style>
span { border-color: #C5AA56; }
span { border-color: rgb(197,170,86); }
td.TdClassName
{
border-color: #C5AA56;
}
.TagClassName
{
border-color: #C5AA56;
}
</style>