#C5A25B

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

Shades of Laser #C5A25B

Tints of Laser #C5A25B

Color information

#C5A25B (or 0xC5A25B) is unknown color: approx Laser. HEX triplet: C5, A2 and 5B. RGB value is (197,162,91). Sum of RGB (Red+Green+Blue) = 197+162+91=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A25B is #3A5DA4. Grayscale: #A4A4A4. Windows color (decimal): -3825061 or 6005445. OLE color: 6005445.

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

Color convert

RGB19716291-
CMYK00.180.540.23
HSL40.19º47.75%56.47%-
HSV(B)40.19º53.81%77.25%-
XYZ37.8338.4715.33-
YUV164.3786.6151.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 91 (35.94% from 255) = 20.22%
R=43.78%
G=36%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971629100.180.540.2340.1947.7556.47
HexC5A25B0123617283038
Octal3052421330226627506070
Binary1100010110100010101101101001011011010111101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A25B; }

 p { color: rgb(197,162,91); }

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

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

 a { background-color: rgb(197,162,91); }

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

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

 span { border-color: rgb(197,162,91); }

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