#C4A35C

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

Shades of Laser #C4A35C

Tints of Laser #C4A35C

Color information

#C4A35C (or 0xC4A35C) is unknown color: approx Laser. HEX triplet: C4, A3 and 5C. RGB value is (196,163,92). Sum of RGB (Red+Green+Blue) = 196+163+92=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A35C is #3B5CA3. Grayscale: #A5A5A5. Windows color (decimal): -3890340 or 6071236. OLE color: 6071236.

HSL color Cylindrical-coordinate representation of color #C4A35C: hue angle of 40.96º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4A35C is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19616392-
CMYK00.170.530.23
HSL40.96º46.85%56.47%-
HSV(B)40.96º53.06%76.86%-
XYZ37.7938.715.6-
YUV164.7786.93150.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=43.46%
G=36.14%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961639200.170.530.2340.9646.8556.47
HexC4A35C0113517292f38
Octal3042431340216527515770
Binary1100010010100011101110001000111010110111101001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A35C; }

 p { color: rgb(196,163,92); }

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

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

 a { background-color: rgb(196,163,92); }

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

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

 span { border-color: rgb(196,163,92); }

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