#C2A45B

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

Shades of Laser #C2A45B

Tints of Laser #C2A45B

Color information

#C2A45B (or 0xC2A45B) is unknown color: approx Laser. HEX triplet: C2, A4 and 5B. RGB value is (194,164,91). Sum of RGB (Red+Green+Blue) = 194+164+91=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A45B is #3D5BA4. Grayscale: #A4A4A4. Windows color (decimal): -4021157 or 6005954. OLE color: 6005954.

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

Color convert

RGB19416491-
CMYK00.150.530.24
HSL42.52º45.78%55.88%-
HSV(B)42.52º53.09%76.08%-
XYZ37.4138.7815.41-
YUV164.6586.44148.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=43.21%
G=36.53%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941649100.150.530.2442.5245.7855.88
HexC2A45B0F35182b2e38
Octal3022441330176530535670
Binary110000101010010010110110111111010111000101011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A45B; }

 p { color: rgb(194,164,91); }

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

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

 a { background-color: rgb(194,164,91); }

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

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

 span { border-color: rgb(194,164,91); }

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