#C1AC61

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

Shades of Laser #C1AC61

Tints of Laser #C1AC61

Color information

#C1AC61 (or 0xC1AC61) is unknown color: approx Laser. HEX triplet: C1, AC and 61. RGB value is (193,172,97). Sum of RGB (Red+Green+Blue) = 193+172+97=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC61 is #3E539E. Grayscale: #AAAAAA. Windows color (decimal): -4084639 or 6401217. OLE color: 6401217.

HSL color Cylindrical-coordinate representation of color #C1AC61: hue angle of 46.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1AC61 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19317297-
CMYK00.110.500.24
HSL46.88º43.64%56.86%-
HSV(B)46.88º49.74%75.69%-
XYZ38.941.7117.31-
YUV169.7386.96144.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 97 (38.28% from 255) = 21.00%
R=41.77%
G=37.23%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931729700.110.500.2446.8843.6456.86
HexC1AC610B32182f2c39
Octal3012541410136230575471
Binary110000011010110011000010101111001011000101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC61; }

 p { color: rgb(193,172,97); }

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

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

 a { background-color: rgb(193,172,97); }

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

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

 span { border-color: rgb(193,172,97); }

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