#C2A25C

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

Shades of Laser #C2A25C

Tints of Laser #C2A25C

Color information

#C2A25C (or 0xC2A25C) is unknown color: approx Laser. HEX triplet: C2, A2 and 5C. RGB value is (194,162,92). Sum of RGB (Red+Green+Blue) = 194+162+92=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A25C is #3D5DA3. Grayscale: #A3A3A3. Windows color (decimal): -4021668 or 6070978. OLE color: 6070978.

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

Color convert

RGB19416292-
CMYK00.160.530.24
HSL41.18º45.54%56.08%-
HSV(B)41.18º52.58%76.08%-
XYZ37.138.0815.52-
YUV163.5987.6149.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=43.30%
G=36.16%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941629200.160.530.2441.1845.5456.08
HexC2A25C0103518292e38
Octal3022421340206530515670
Binary1100001010100010101110001000011010111000101001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A25C; }

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

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

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

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

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

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

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

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