#C4AE5F

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

Shades of Laser #C4AE5F

Tints of Laser #C4AE5F

Color information

#C4AE5F (or 0xC4AE5F) is unknown color: approx Laser. HEX triplet: C4, AE and 5F. RGB value is (196,174,95). Sum of RGB (Red+Green+Blue) = 196+174+95=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE5F is #3B51A0. Grayscale: #ABABAB. Windows color (decimal): -3887521 or 6270660. OLE color: 6270660.

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

Color convert

RGB19617495-
CMYK00.110.520.23
HSL46.93º46.12%57.06%-
HSV(B)46.93º51.53%76.86%-
XYZ39.9742.8316.99-
YUV171.5784.79145.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=42.15%
G=37.42%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961749500.110.520.2346.9346.1257.06
HexC4AE5F0B34172f2e39
Octal3042561370136427575671
Binary110001001010111010111110101111010010111101111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE5F; }

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

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

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

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

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

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

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

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