#C2AC62

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

Shades of Laser #C2AC62

Tints of Laser #C2AC62

Color information

#C2AC62 (or 0xC2AC62) is unknown color: approx Laser. HEX triplet: C2, AC and 62. RGB value is (194,172,98). Sum of RGB (Red+Green+Blue) = 194+172+98=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC62 is #3D539D. Grayscale: #AAAAAA. Windows color (decimal): -4019102 or 6466754. OLE color: 6466754.

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

Color convert

RGB19417298-
CMYK00.110.490.24
HSL46.25º44.04%57.25%-
HSV(B)46.25º49.48%76.08%-
XYZ39.2141.8617.57-
YUV170.1487.29145.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 98 (38.67% from 255) = 21.12%
R=41.81%
G=37.07%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941729800.110.490.2446.2544.0457.25
HexC2AC620B31182e2c39
Octal3022541420136130565471
Binary110000101010110011000100101111000111000101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC62; }

 p { color: rgb(194,172,98); }

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

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

 a { background-color: rgb(194,172,98); }

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

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

 span { border-color: rgb(194,172,98); }

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