Shades of Laser #C4A25D
Tints of Laser #C4A25D
RGB
CMYK
RGB Variations
Color information
#C4A25D (or 0xC4A25D) is known color: Laser. HEX triplet: C4, A2 and 5D. RGB value is (196,162,93). Sum of RGB (Red+Green+Blue) = 196+162+93=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A25D is #3B5DA2. Grayscale: #A4A4A4. Windows color (decimal): -3890595 or 6136516. OLE color: 6136516.
HSL color Cylindrical-coordinate representation of color #C4A25D: hue angle of 40.19º 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 #C4A25D is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 93 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.23 |
| HSL | 40.19º | 0.47% | 0.57% | - |
| HSV(B) | 40.19º | 0.53% | 0.77% | - |
| XYZ | 37.66 | 38.37 | 15.78 | - |
| YUV | 164.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 93 | 0 | 0.17 | 0.53 | 0.23 | 40.19 | 0.47 | 0.57 |
| Hex | C4 | A2 | 5D | 0 | 11 | 35 | 17 | 28 | 2F | 39 |
| Octal | 304 | 242 | 135 | 0 | 21 | 65 | 27 | 50 | 57 | 71 |
| Binary | 11000100 | 10100010 | 1011101 | 0 | 10001 | 110101 | 10111 | 101000 | 101111 | 111001 |
Color Harmonies of #C4A25D
Complementary color
Monochromatic Colors of #C4A25D
Black with #C4A25D
Text Example
Text Example
White with #C4A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A25D; }
p { color: rgb(196,162,93); }
H1.HeaderClassName
{
color: #C4A25D;
}
.AnyTagClassName
{
color: #C4A25D;
}
</style>
background-color css
<style>
a { background-color: #C4A25D; }
a { background-color: rgb(196,162,93); }
div.DivClassName
{
background-color: #C4A25D;
}
.BgClassName
{
background-color: #C4A25D;
}
</style>
border-color css
<style>
span { border-color: #C4A25D; }
span { border-color: rgb(196,162,93); }
td.TdClassName
{
border-color: #C4A25D;
}
.TagClassName
{
border-color: #C4A25D;
}
</style>