#C4A45E

Color #C4A45E Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #C4A45E

Tints of Laser #C4A45E

Color information

#C4A45E (or 0xC4A45E) is unknown color: approx Laser. HEX triplet: C4, A4 and 5E. RGB value is (196,164,94). Sum of RGB (Red+Green+Blue) = 196+164+94=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A45E is #3B5BA1. Grayscale: #A5A5A5. Windows color (decimal): -3890082 or 6202564. OLE color: 6202564.

HSL color Cylindrical-coordinate representation of color #C4A45E: hue angle of 41.18º 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 #C4A45E is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19616494-
CMYK00.160.520.23
HSL41.18º46.36%56.86%-
HSV(B)41.18º52.04%76.86%-
XYZ38.0639.0916.13-
YUV165.5987.6149.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 43.17%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=43.17%
G=36.12%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961649400.160.520.2341.1846.3656.86
HexC4A45E0103417292e39
Octal3042441360206427515671
Binary1100010010100100101111001000011010010111101001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A45E; }

 p { color: rgb(196,164,94); }

 H1.HeaderClassName
 {
   color: #C4A45E;
 }
 .AnyTagClassName
 {
   color: #C4A45E;
 }
</style>
background-color css

<style>
 a { background-color: #C4A45E; }

 a { background-color: rgb(196,164,94); }

 div.DivClassName
 {
   background-color: #C4A45E;
 }
 .BgClassName
 {
   background-color: #C4A45E;
 }
</style>
border-color css

<style>
 span { border-color: #C4A45E; }

 span { border-color: rgb(196,164,94); }

 td.TdClassName
 {
   border-color: #C4A45E;
 }
 .TagClassName
 {
   border-color: #C4A45E;
 }
</style>