Shades of Laser #C4A25F
Tints of Laser #C4A25F
RGB
CMYK
RGB Variations
Color information
#C4A25F (or 0xC4A25F) is known color: Laser. HEX triplet: C4, A2 and 5F. RGB value is (196,162,95). Sum of RGB (Red+Green+Blue) = 196+162+95=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A25F is #3B5DA0. Grayscale: #A4A4A4. Windows color (decimal): -3890593 or 6267588. OLE color: 6267588.
HSL color Cylindrical-coordinate representation of color #C4A25F: hue angle of 39.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4A25F is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 95 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.23 |
| HSL | 39.8º | 0.46% | 0.57% | - |
| HSV(B) | 39.8º | 0.52% | 0.77% | - |
| XYZ | 37.75 | 38.4 | 16.25 | - |
| YUV | 164.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 95 | 0 | 0.17 | 0.52 | 0.23 | 39.8 | 0.46 | 0.57 |
| Hex | C4 | A2 | 5F | 0 | 11 | 34 | 17 | 28 | 2E | 39 |
| Octal | 304 | 242 | 137 | 0 | 21 | 64 | 27 | 50 | 56 | 71 |
| Binary | 11000100 | 10100010 | 1011111 | 0 | 10001 | 110100 | 10111 | 101000 | 101110 | 111001 |
Color Harmonies of #C4A25F
Complementary color
Monochromatic Colors of #C4A25F
Black with #C4A25F
Text Example
Text Example
White with #C4A25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A25F; }
p { color: rgb(196,162,95); }
H1.HeaderClassName
{
color: #C4A25F;
}
.AnyTagClassName
{
color: #C4A25F;
}
</style>
background-color css
<style>
a { background-color: #C4A25F; }
a { background-color: rgb(196,162,95); }
div.DivClassName
{
background-color: #C4A25F;
}
.BgClassName
{
background-color: #C4A25F;
}
</style>
border-color css
<style>
span { border-color: #C4A25F; }
span { border-color: rgb(196,162,95); }
td.TdClassName
{
border-color: #C4A25F;
}
.TagClassName
{
border-color: #C4A25F;
}
</style>