#C1A15A

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

Shades of Laser #C1A15A

Tints of Laser #C1A15A

Color information

#C1A15A (or 0xC1A15A) is unknown color: approx Laser. HEX triplet: C1, A1 and 5A. RGB value is (193,161,90). Sum of RGB (Red+Green+Blue) = 193+161+90=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A15A is #3E5EA5. Grayscale: #A2A2A2. Windows color (decimal): -4087462 or 5939649. OLE color: 5939649.

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

Color convert

RGB19316190-
CMYK00.170.530.24
HSL41.36º45.37%55.49%-
HSV(B)41.36º53.37%75.69%-
XYZ36.5837.5715-
YUV162.4787.1149.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 161 (63.28% from 255) = 36.26%
BLUE value IS 90 (35.55% from 255) = 20.27%
R=43.47%
G=36.26%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931619000.170.530.2441.3645.3755.49
HexC1A15A0113518292d37
Octal3012411320216530515567
Binary1100000110100001101101001000111010111000101001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A15A; }

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

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

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

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

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

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

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

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