#C1AE59

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

Shades of Laser #C1AE59

Tints of Laser #C1AE59

Color information

#C1AE59 (or 0xC1AE59) is unknown color: approx Laser. HEX triplet: C1, AE and 59. RGB value is (193,174,89). Sum of RGB (Red+Green+Blue) = 193+174+89=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AE59 is #3E51A6. Grayscale: #AAAAAA. Windows color (decimal): -4084135 or 5877441. OLE color: 5877441.

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

Color convert

RGB19317489-
CMYK00.100.540.24
HSL49.04º45.61%55.29%-
HSV(B)49.04º53.89%75.69%-
XYZ38.9342.3315.57-
YUV169.9982.29144.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 89 (35.16% from 255) = 19.52%
R=42.32%
G=38.16%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931748900.100.540.2449.0445.6155.29
HexC1AE590A3618312e37
Octal3012561310126630615667
Binary110000011010111010110010101011011011000110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE59; }

 p { color: rgb(193,174,89); }

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

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

 a { background-color: rgb(193,174,89); }

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

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

 span { border-color: rgb(193,174,89); }

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