#C1AA5A

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

Shades of Laser #C1AA5A

Tints of Laser #C1AA5A

Color information

#C1AA5A (or 0xC1AA5A) is unknown color: approx Laser. HEX triplet: C1, AA and 5A. RGB value is (193,170,90). Sum of RGB (Red+Green+Blue) = 193+170+90=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA5A is #3E55A5. Grayscale: #A8A8A8. Windows color (decimal): -4085158 or 5941953. OLE color: 5941953.

HSL color Cylindrical-coordinate representation of color #C1AA5A: hue angle of 46.6º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1AA5A is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19317090-
CMYK00.120.530.24
HSL46.6º45.37%55.49%-
HSV(B)46.6º53.37%75.69%-
XYZ38.2140.8315.54-
YUV167.7684.12146-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.60%
GREEN value IS 170 (66.80% from 255) = 37.53%
BLUE value IS 90 (35.55% from 255) = 19.87%
R=42.60%
G=37.53%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931709000.120.530.2446.645.3755.49
HexC1AA5A0C35182f2d37
Octal3012521320146530575567
Binary110000011010101010110100110011010111000101111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA5A; }

 p { color: rgb(193,170,90); }

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

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

 a { background-color: rgb(193,170,90); }

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

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

 span { border-color: rgb(193,170,90); }

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