#C1A15F

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

Shades of Laser #C1A15F

Tints of Laser #C1A15F

Color information

#C1A15F (or 0xC1A15F) is unknown color: approx Laser. HEX triplet: C1, A1 and 5F. RGB value is (193,161,95). Sum of RGB (Red+Green+Blue) = 193+161+95=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A15F is #3E5EA0. Grayscale: #A3A3A3. Windows color (decimal): -4087457 or 6267329. OLE color: 6267329.

HSL color Cylindrical-coordinate representation of color #C1A15F: hue angle of 40.41º 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 #C1A15F is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19316195-
CMYK00.170.510.24
HSL40.41º44.14%56.47%-
HSV(B)40.41º50.78%75.69%-
XYZ36.837.6516.15-
YUV163.0489.6149.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 161 (63.28% from 255) = 35.86%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=42.98%
G=35.86%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931619500.170.510.2440.4144.1456.47
HexC1A15F0113318282c38
Octal3012411370216330505470
Binary1100000110100001101111101000111001111000101000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A15F; }

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

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

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

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

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

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

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

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