#C2AB62

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

Shades of Laser #C2AB62

Tints of Laser #C2AB62

Color information

#C2AB62 (or 0xC2AB62) is unknown color: approx Laser. HEX triplet: C2, AB and 62. RGB value is (194,171,98). Sum of RGB (Red+Green+Blue) = 194+171+98=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB62 is #3D549D. Grayscale: #A9A9A9. Windows color (decimal): -4019358 or 6466498. OLE color: 6466498.

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

Color convert

RGB19417198-
CMYK00.120.490.24
HSL45.62º44.04%57.25%-
HSV(B)45.62º49.48%76.08%-
XYZ39.0241.4817.5-
YUV169.5587.62145.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 98 (38.67% from 255) = 21.17%
R=41.90%
G=36.93%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941719800.120.490.2445.6244.0457.25
HexC2AB620C31182e2c39
Octal3022531420146130565471
Binary110000101010101111000100110011000111000101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB62; }

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

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

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

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

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

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

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

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