#C4B25E

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

Shades of Laser #C4B25E

Tints of Laser #C4B25E

Color information

#C4B25E (or 0xC4B25E) is unknown color: approx Laser. HEX triplet: C4, B2 and 5E. RGB value is (196,178,94). Sum of RGB (Red+Green+Blue) = 196+178+94=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B25E is #3B4DA1. Grayscale: #AEAEAE. Windows color (decimal): -3886498 or 6206148. OLE color: 6206148.

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

Color convert

RGB19617894-
CMYK00.090.520.23
HSL49.41º46.36%56.86%-
HSV(B)49.41º52.04%76.86%-
XYZ40.7144.3817.01-
YUV173.8182.96143.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 178 (69.92% from 255) = 38.03%
BLUE value IS 94 (37.11% from 255) = 20.09%
R=41.88%
G=38.03%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961789400.090.520.2349.4146.3656.86
HexC4B25E093417312e39
Octal3042621360116427615671
Binary110001001011001010111100100111010010111110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B25E; }

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

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

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

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

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

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

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

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