#C2AA5C

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

Shades of Laser #C2AA5C

Tints of Laser #C2AA5C

Color information

#C2AA5C (or 0xC2AA5C) is unknown color: approx Laser. HEX triplet: C2, AA and 5C. RGB value is (194,170,92). Sum of RGB (Red+Green+Blue) = 194+170+92=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA5C is #3D55A3. Grayscale: #A8A8A8. Windows color (decimal): -4019620 or 6073026. OLE color: 6073026.

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

Color convert

RGB19417092-
CMYK00.120.530.24
HSL45.88º45.54%56.08%-
HSV(B)45.88º52.58%76.08%-
XYZ38.5540.9916.01-
YUV168.2884.95146.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 170 (66.80% from 255) = 37.28%
BLUE value IS 92 (36.33% from 255) = 20.18%
R=42.54%
G=37.28%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941709200.120.530.2445.8845.5456.08
HexC2AA5C0C35182e2e38
Octal3022521340146530565670
Binary110000101010101010111000110011010111000101110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA5C; }

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

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

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

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

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

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

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

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