Shades of Laser #C5A25D
Tints of Laser #C5A25D
RGB
CMYK
RGB Variations
Color information
#C5A25D (or 0xC5A25D) is known color: Laser. HEX triplet: C5, A2 and 5D. RGB value is (197,162,93). Sum of RGB (Red+Green+Blue) = 197+162+93=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A25D is #3A5DA2. Grayscale: #A4A4A4. Windows color (decimal): -3825059 or 6136517. OLE color: 6136517.
HSL color Cylindrical-coordinate representation of color #C5A25D: hue angle of 39.81º degrees, saturation: 0.47, 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 #C5A25D is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 93 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.23 |
| HSL | 39.81º | 0.47% | 0.57% | - |
| HSV(B) | 39.81º | 0.53% | 0.77% | - |
| XYZ | 37.92 | 38.5 | 15.79 | - |
| YUV | 164.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 93 | 0 | 0.18 | 0.53 | 0.23 | 39.81 | 0.47 | 0.57 |
| Hex | C5 | A2 | 5D | 0 | 12 | 35 | 17 | 28 | 2F | 39 |
| Octal | 305 | 242 | 135 | 0 | 22 | 65 | 27 | 50 | 57 | 71 |
| Binary | 11000101 | 10100010 | 1011101 | 0 | 10010 | 110101 | 10111 | 101000 | 101111 | 111001 |
Color Harmonies of #C5A25D
Complementary color
Monochromatic Colors of #C5A25D
Black with #C5A25D
Text Example
Text Example
White with #C5A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A25D; }
p { color: rgb(197,162,93); }
H1.HeaderClassName
{
color: #C5A25D;
}
.AnyTagClassName
{
color: #C5A25D;
}
</style>
background-color css
<style>
a { background-color: #C5A25D; }
a { background-color: rgb(197,162,93); }
div.DivClassName
{
background-color: #C5A25D;
}
.BgClassName
{
background-color: #C5A25D;
}
</style>
border-color css
<style>
span { border-color: #C5A25D; }
span { border-color: rgb(197,162,93); }
td.TdClassName
{
border-color: #C5A25D;
}
.TagClassName
{
border-color: #C5A25D;
}
</style>