#C2AE63

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

Shades of Laser #C2AE63

Tints of Laser #C2AE63

Color information

#C2AE63 (or 0xC2AE63) is unknown color: approx Laser. HEX triplet: C2, AE and 63. RGB value is (194,174,99). Sum of RGB (Red+Green+Blue) = 194+174+99=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE63 is #3D519C. Grayscale: #ABABAB. Windows color (decimal): -4018589 or 6532802. OLE color: 6532802.

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

Color convert

RGB19417499-
CMYK00.100.490.24
HSL47.37º43.78%57.45%-
HSV(B)47.37º48.97%76.08%-
XYZ39.6442.6417.95-
YUV171.4387.13144.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=41.54%
G=37.26%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941749900.100.490.2447.3743.7857.45
HexC2AE630A31182f2c39
Octal3022561430126130575471
Binary110000101010111011000110101011000111000101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AE63; }

 p { color: rgb(194,174,99); }

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

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

 a { background-color: rgb(194,174,99); }

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

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

 span { border-color: rgb(194,174,99); }

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