#C1AA5F

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

Shades of Laser #C1AA5F

Tints of Laser #C1AA5F

Color information

#C1AA5F (or 0xC1AA5F) is unknown color: approx Laser. HEX triplet: C1, AA and 5F. RGB value is (193,170,95). Sum of RGB (Red+Green+Blue) = 193+170+95=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA5F is #3E55A0. Grayscale: #A8A8A8. Windows color (decimal): -4085153 or 6269633. OLE color: 6269633.

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

Color convert

RGB19317095-
CMYK00.120.510.24
HSL45.92º44.14%56.47%-
HSV(B)45.92º50.78%75.69%-
XYZ38.4340.9116.7-
YUV168.3386.62145.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.14%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 95 (37.5% from 255) = 20.74%
R=42.14%
G=37.12%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931709500.120.510.2445.9244.1456.47
HexC1AA5F0C33182e2c38
Octal3012521370146330565470
Binary110000011010101010111110110011001111000101110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA5F; }

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

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

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

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

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

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

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

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