#C4AE63

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

Shades of Laser #C4AE63

Tints of Laser #C4AE63

Color information

#C4AE63 (or 0xC4AE63) is unknown color: approx Laser. HEX triplet: C4, AE and 63. RGB value is (196,174,99). Sum of RGB (Red+Green+Blue) = 196+174+99=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE63 is #3B519C. Grayscale: #ACACAC. Windows color (decimal): -3887517 or 6532804. OLE color: 6532804.

HSL color Cylindrical-coordinate representation of color #C4AE63: hue angle of 46.39º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4AE63 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB19617499-
CMYK00.110.490.23
HSL46.39º45.12%57.84%-
HSV(B)46.39º49.49%76.86%-
XYZ40.1542.9117.97-
YUV172.0386.79145.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 99 (39.06% from 255) = 21.11%
R=41.79%
G=37.10%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961749900.110.490.2346.3945.1257.84
HexC4AE630B31172e2d3a
Octal3042561430136127565572
Binary110001001010111011000110101111000110111101110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE63; }

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

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

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

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

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

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

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

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