#C1A961

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

Shades of Laser #C1A961

Tints of Laser #C1A961

Color information

#C1A961 (or 0xC1A961) is unknown color: approx Laser. HEX triplet: C1, A9 and 61. RGB value is (193,169,97). Sum of RGB (Red+Green+Blue) = 193+169+97=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A961 is #3E569E. Grayscale: #A8A8A8. Windows color (decimal): -4085407 or 6400449. OLE color: 6400449.

HSL color Cylindrical-coordinate representation of color #C1A961: hue angle of 45º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1A961 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19316997-
CMYK00.120.500.24
HSL45º43.64%56.86%-
HSV(B)45º49.74%75.69%-
XYZ38.3440.5817.12-
YUV167.9787.95145.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=42.05%
G=36.82%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931699700.120.500.244543.6456.86
HexC1A9610C32182d2c39
Octal3012511410146230555471
Binary110000011010100111000010110011001011000101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A961; }

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

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

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

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

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

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

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

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