#C5A05E

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

Shades of Laser #C5A05E

Tints of Laser #C5A05E

Color information

#C5A05E (or 0xC5A05E) is unknown color: approx Laser. HEX triplet: C5, A0 and 5E. RGB value is (197,160,94). Sum of RGB (Red+Green+Blue) = 197+160+94=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A05E is #3A5FA1. Grayscale: #A3A3A3. Windows color (decimal): -3825570 or 6201541. OLE color: 6201541.

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

Color convert

RGB19716094-
CMYK00.190.520.23
HSL38.45º47.03%57.06%-
HSV(B)38.45º52.28%77.25%-
XYZ37.6237.8215.91-
YUV163.5488.76151.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 160 (62.89% from 255) = 35.48%
BLUE value IS 94 (37.11% from 255) = 20.84%
R=43.68%
G=35.48%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971609400.190.520.2338.4547.0357.06
HexC5A05E0133417262f39
Octal3052401360236427465771
Binary1100010110100000101111001001111010010111100110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A05E; }

 p { color: rgb(197,160,94); }

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

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

 a { background-color: rgb(197,160,94); }

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

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

 span { border-color: rgb(197,160,94); }

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