#c1a959

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

Shades of Laser #C1A959

Tints of Laser #C1A959

Color information

#C1A959 (or 0xC1A959) is unknown color: approx Laser. HEX triplet: C1, A9 and 59. RGB value is (193,169,89). Sum of RGB (Red+Green+Blue) = 193+169+89=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A959 is #3E56A6. Grayscale: #A7A7A7. Windows color (decimal): -4085415 or 5876161. OLE color: 5876161.

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

Color convert

RGB19316989-
CMYK00.120.540.24
HSL46.15º45.61%55.29%-
HSV(B)46.15º53.89%75.69%-
XYZ37.9840.4315.25-
YUV167.0683.95146.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 169 (66.41% from 255) = 37.47%
BLUE value IS 89 (35.16% from 255) = 19.73%
R=42.79%
G=37.47%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931698900.120.540.2446.1545.6155.29
HexC1A9590C36182e2e37
Octal3012511310146630565667
Binary110000011010100110110010110011011011000101110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1a959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1a959; }

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

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

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

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

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

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

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

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