#C3A159

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

Shades of Laser #C3A159

Tints of Laser #C3A159

Color information

#C3A159 (or 0xC3A159) is unknown color: approx Laser. HEX triplet: C3, A1 and 59. RGB value is (195,161,89). Sum of RGB (Red+Green+Blue) = 195+161+89=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A159 is #3C5EA6. Grayscale: #A3A3A3. Windows color (decimal): -3956391 or 5874115. OLE color: 5874115.

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

Color convert

RGB19516189-
CMYK00.170.540.24
HSL40.75º46.9%55.69%-
HSV(B)40.75º54.36%76.47%-
XYZ37.0537.8114.8-
YUV162.9686.26150.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 161 (63.28% from 255) = 36.18%
BLUE value IS 89 (35.16% from 255) = 20%
R=43.82%
G=36.18%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951618900.170.540.2440.7546.955.69
HexC3A1590113618292f38
Octal3032411310216630515770
Binary1100001110100001101100101000111011011000101001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A159; }

 p { color: rgb(195,161,89); }

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

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

 a { background-color: rgb(195,161,89); }

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

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

 span { border-color: rgb(195,161,89); }

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