#C1A25C

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

Shades of Laser #C1A25C

Tints of Laser #C1A25C

Color information

#C1A25C (or 0xC1A25C) is unknown color: approx Laser. HEX triplet: C1, A2 and 5C. RGB value is (193,162,92). Sum of RGB (Red+Green+Blue) = 193+162+92=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A25C is #3E5DA3. Grayscale: #A3A3A3. Windows color (decimal): -4087204 or 6070977. OLE color: 6070977.

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

Color convert

RGB19316292-
CMYK00.160.520.24
HSL41.58º44.89%55.88%-
HSV(B)41.58º52.33%75.69%-
XYZ36.8437.9515.51-
YUV163.2987.77149.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=43.18%
G=36.24%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931629200.160.520.2441.5844.8955.88
HexC1A25C01034182a2d38
Octal3012421340206430525570
Binary1100000110100010101110001000011010011000101010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A25C; }

 p { color: rgb(193,162,92); }

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

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

 a { background-color: rgb(193,162,92); }

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

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

 span { border-color: rgb(193,162,92); }

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