#C2AA64

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

Shades of Laser #C2AA64

Tints of Laser #C2AA64

Color information

#C2AA64 (or 0xC2AA64) is unknown color: approx Laser. HEX triplet: C2, AA and 64. RGB value is (194,170,100). Sum of RGB (Red+Green+Blue) = 194+170+100=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA64 is #3D559B. Grayscale: #A9A9A9. Windows color (decimal): -4019612 or 6597314. OLE color: 6597314.

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

Color convert

RGB194170100-
CMYK00.120.480.24
HSL44.68º43.52%57.65%-
HSV(B)44.68º48.45%76.08%-
XYZ38.9241.1417.95-
YUV169.288.95145.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 100 (39.45% from 255) = 21.55%
R=41.81%
G=36.64%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417010000.120.480.2444.6843.5257.65
HexC2AA640C30182d2c3a
Octal3022521440146030555472
Binary110000101010101011001000110011000011000101101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA64; }

 p { color: rgb(194,170,100); }

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

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

 a { background-color: rgb(194,170,100); }

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

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

 span { border-color: rgb(194,170,100); }

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