#C2A25A

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

Shades of Laser #C2A25A

Tints of Laser #C2A25A

Color information

#C2A25A (or 0xC2A25A) is unknown color: approx Laser. HEX triplet: C2, A2 and 5A. RGB value is (194,162,90). Sum of RGB (Red+Green+Blue) = 194+162+90=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A25A is #3D5DA5. Grayscale: #A3A3A3. Windows color (decimal): -4021670 or 5939906. OLE color: 5939906.

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

Color convert

RGB19416290-
CMYK00.160.540.24
HSL41.54º46.02%55.69%-
HSV(B)41.54º53.61%76.08%-
XYZ37.0138.0515.07-
YUV163.3686.6149.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 90 (35.55% from 255) = 20.18%
R=43.50%
G=36.32%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941629000.160.540.2441.5446.0255.69
HexC2A25A01036182a2e38
Octal3022421320206630525670
Binary1100001010100010101101001000011011011000101010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A25A; }

 p { color: rgb(194,162,90); }

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

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

 a { background-color: rgb(194,162,90); }

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

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

 span { border-color: rgb(194,162,90); }

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