#C5A464

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

Shades of Laser #C5A464

Tints of Laser #C5A464

Color information

#C5A464 (or 0xC5A464) is unknown color: approx Laser. HEX triplet: C5, A4 and 64. RGB value is (197,164,100). Sum of RGB (Red+Green+Blue) = 197+164+100=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A464 is #3A5B9B. Grayscale: #A6A6A6. Windows color (decimal): -3824540 or 6595781. OLE color: 6595781.

HSL color Cylindrical-coordinate representation of color #C5A464: hue angle of 39.59º degrees, saturation: 0.46, 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 #C5A464 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB197164100-
CMYK00.170.490.23
HSL39.59º45.54%58.24%-
HSV(B)39.59º49.24%77.25%-
XYZ38.639.3417.62-
YUV166.5790.43149.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=42.73%
G=35.57%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716410000.170.490.2339.5945.5458.24
HexC5A4640113117282e3a
Octal3052441440216127505672
Binary1100010110100100110010001000111000110111101000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A464; }

 p { color: rgb(197,164,100); }

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

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

 a { background-color: rgb(197,164,100); }

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

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

 span { border-color: rgb(197,164,100); }

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