Shades of Laser #C5A85C
Tints of Laser #C5A85C
RGB
CMYK
RGB Variations
Color information
#C5A85C (or 0xC5A85C) is known color: Laser. HEX triplet: C5, A8 and 5C. RGB value is (197,168,92). Sum of RGB (Red+Green+Blue) = 197+168+92=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A85C is #3A57A3. Grayscale: #A8A8A8. Windows color (decimal): -3823524 or 6072517. OLE color: 6072517.
HSL color Cylindrical-coordinate representation of color #C5A85C: hue angle of 43.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5A85C is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 92 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.23 |
| HSL | 43.43º | 0.48% | 0.57% | - |
| HSV(B) | 43.43º | 0.53% | 0.77% | - |
| XYZ | 38.96 | 40.65 | 15.92 | - |
| YUV | 168.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 92 | 0 | 0.15 | 0.53 | 0.23 | 43.43 | 0.48 | 0.57 |
| Hex | C5 | A8 | 5C | 0 | F | 35 | 17 | 2B | 30 | 39 |
| Octal | 305 | 250 | 134 | 0 | 17 | 65 | 27 | 53 | 60 | 71 |
| Binary | 11000101 | 10101000 | 1011100 | 0 | 1111 | 110101 | 10111 | 101011 | 110000 | 111001 |
Color Harmonies of #C5A85C
Complementary color
Monochromatic Colors of #C5A85C
Black with #C5A85C
Text Example
Text Example
White with #C5A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A85C; }
p { color: rgb(197,168,92); }
H1.HeaderClassName
{
color: #C5A85C;
}
.AnyTagClassName
{
color: #C5A85C;
}
</style>
background-color css
<style>
a { background-color: #C5A85C; }
a { background-color: rgb(197,168,92); }
div.DivClassName
{
background-color: #C5A85C;
}
.BgClassName
{
background-color: #C5A85C;
}
</style>
border-color css
<style>
span { border-color: #C5A85C; }
span { border-color: rgb(197,168,92); }
td.TdClassName
{
border-color: #C5A85C;
}
.TagClassName
{
border-color: #C5A85C;
}
</style>