#C5AA5C

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

Shades of Laser #C5AA5C

Tints of Laser #C5AA5C

Color information

#C5AA5C (or 0xC5AA5C) is unknown color: approx Laser. HEX triplet: C5, AA and 5C. RGB value is (197,170,92). Sum of RGB (Red+Green+Blue) = 197+170+92=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA5C is #3A55A3. Grayscale: #A9A9A9. Windows color (decimal): -3823012 or 6073029. OLE color: 6073029.

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

Color convert

RGB19717092-
CMYK00.140.530.23
HSL44.57º47.51%56.67%-
HSV(B)44.57º53.3%77.25%-
XYZ39.3341.3916.04-
YUV169.1884.45147.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 92 (36.33% from 255) = 20.04%
R=42.92%
G=37.04%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971709200.140.530.2344.5747.5156.67
HexC5AA5C0E35172d3039
Octal3052521340166527556071
Binary110001011010101010111000111011010110111101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA5C; }

 p { color: rgb(197,170,92); }

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

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

 a { background-color: rgb(197,170,92); }

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

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

 span { border-color: rgb(197,170,92); }

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