#C2AA5F

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

Shades of Laser #C2AA5F

Tints of Laser #C2AA5F

Color information

#C2AA5F (or 0xC2AA5F) is unknown color: approx Laser. HEX triplet: C2, AA and 5F. RGB value is (194,170,95). Sum of RGB (Red+Green+Blue) = 194+170+95=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA5F is #3D55A0. Grayscale: #A8A8A8. Windows color (decimal): -4019617 or 6269634. OLE color: 6269634.

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

Color convert

RGB19417095-
CMYK00.120.510.24
HSL45.45º44.8%56.67%-
HSV(B)45.45º51.03%76.08%-
XYZ38.6941.0516.71-
YUV168.6386.45146.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 95 (37.5% from 255) = 20.70%
R=42.27%
G=37.04%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941709500.120.510.2445.4544.856.67
HexC2AA5F0C33182d2d39
Octal3022521370146330555571
Binary110000101010101010111110110011001111000101101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA5F; }

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

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

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

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

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

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

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

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