Shades of Laser #C4A45F
Tints of Laser #C4A45F
RGB
CMYK
RGB Variations
Color information
#C4A45F (or 0xC4A45F) is known color: Laser. HEX triplet: C4, A4 and 5F. RGB value is (196,164,95). Sum of RGB (Red+Green+Blue) = 196+164+95=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A45F is #3B5BA0. Grayscale: #A6A6A6. Windows color (decimal): -3890081 or 6268100. OLE color: 6268100.
HSL color Cylindrical-coordinate representation of color #C4A45F: hue angle of 40.99º 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 #C4A45F is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 95 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.23 |
| HSL | 40.99º | 0.46% | 0.57% | - |
| HSV(B) | 40.99º | 0.52% | 0.77% | - |
| XYZ | 38.11 | 39.11 | 16.37 | - |
| YUV | 165.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 95 | 0 | 0.16 | 0.52 | 0.23 | 40.99 | 0.46 | 0.57 |
| Hex | C4 | A4 | 5F | 0 | 10 | 34 | 17 | 29 | 2E | 39 |
| Octal | 304 | 244 | 137 | 0 | 20 | 64 | 27 | 51 | 56 | 71 |
| Binary | 11000100 | 10100100 | 1011111 | 0 | 10000 | 110100 | 10111 | 101001 | 101110 | 111001 |
Color Harmonies of #C4A45F
Complementary color
Monochromatic Colors of #C4A45F
Black with #C4A45F
Text Example
Text Example
White with #C4A45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A45F; }
p { color: rgb(196,164,95); }
H1.HeaderClassName
{
color: #C4A45F;
}
.AnyTagClassName
{
color: #C4A45F;
}
</style>
background-color css
<style>
a { background-color: #C4A45F; }
a { background-color: rgb(196,164,95); }
div.DivClassName
{
background-color: #C4A45F;
}
.BgClassName
{
background-color: #C4A45F;
}
</style>
border-color css
<style>
span { border-color: #C4A45F; }
span { border-color: rgb(196,164,95); }
td.TdClassName
{
border-color: #C4A45F;
}
.TagClassName
{
border-color: #C4A45F;
}
</style>