#C1AD59

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

Shades of Laser #C1AD59

Tints of Laser #C1AD59

Color information

#C1AD59 (or 0xC1AD59) is unknown color: approx Laser. HEX triplet: C1, AD and 59. RGB value is (193,173,89). Sum of RGB (Red+Green+Blue) = 193+173+89=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD59 is #3E52A6. Grayscale: #A9A9A9. Windows color (decimal): -4084391 or 5877185. OLE color: 5877185.

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

Color convert

RGB19317389-
CMYK00.100.540.24
HSL48.46º45.61%55.29%-
HSV(B)48.46º53.89%75.69%-
XYZ38.7441.9515.51-
YUV169.482.63144.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=42.42%
G=38.02%
B=19.56%

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
Decimal1931738900.100.540.2448.4645.6155.29
HexC1AD590A3618302e37
Octal3012551310126630605667
Binary110000011010110110110010101011011011000110000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AD59; }

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

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

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

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

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

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

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

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