#C5A054

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

Shades of Laser #C5A054

Tints of Laser #C5A054

Color information

#C5A054 (or 0xC5A054) is unknown color: approx Laser. HEX triplet: C5, A0 and 54. RGB value is (197,160,84). Sum of RGB (Red+Green+Blue) = 197+160+84=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A054 is #3A5FAB. Grayscale: #A2A2A2. Windows color (decimal): -3825580 or 5546181. OLE color: 5546181.

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

Color convert

RGB19716084-
CMYK00.190.570.23
HSL40.35º49.34%55.1%-
HSV(B)40.35º57.36%77.25%-
XYZ37.237.6513.69-
YUV162.483.76152.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 160 (62.89% from 255) = 36.28%
BLUE value IS 84 (33.20% from 255) = 19.05%
R=44.67%
G=36.28%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971608400.190.570.2340.3549.3455.1
HexC5A0540133917283137
Octal3052401240237127506167
Binary1100010110100000101010001001111100110111101000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A054; }

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

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

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

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

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

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

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

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