#C4AC64

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

Shades of Laser #C4AC64

Tints of Laser #C4AC64

Color information

#C4AC64 (or 0xC4AC64) is unknown color: approx Laser. HEX triplet: C4, AC and 64. RGB value is (196,172,100). Sum of RGB (Red+Green+Blue) = 196+172+100=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC64 is #3B539B. Grayscale: #ABABAB. Windows color (decimal): -3888028 or 6597828. OLE color: 6597828.

HSL color Cylindrical-coordinate representation of color #C4AC64: hue angle of 45º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4AC64 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB196172100-
CMYK00.120.490.23
HSL45º44.86%58.04%-
HSV(B)45º48.98%76.86%-
XYZ39.8242.1618.1-
YUV170.9787.95145.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=41.88%
G=36.75%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617210000.120.490.234544.8658.04
HexC4AC640C31172d2d3a
Octal3042541440146127555572
Binary110001001010110011001000110011000110111101101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC64; }

 p { color: rgb(196,172,100); }

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

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

 a { background-color: rgb(196,172,100); }

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

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

 span { border-color: rgb(196,172,100); }

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