#C4AF5E

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

Shades of Laser #C4AF5E

Tints of Laser #C4AF5E

Color information

#C4AF5E (or 0xC4AF5E) is unknown color: approx Laser. HEX triplet: C4, AF and 5E. RGB value is (196,175,94). Sum of RGB (Red+Green+Blue) = 196+175+94=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF5E is #3B50A1. Grayscale: #ACACAC. Windows color (decimal): -3887266 or 6205380. OLE color: 6205380.

HSL color Cylindrical-coordinate representation of color #C4AF5E: hue angle of 47.65º 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 #C4AF5E is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19617594-
CMYK00.110.520.23
HSL47.65º46.36%56.86%-
HSV(B)47.65º52.04%76.86%-
XYZ40.1243.216.81-
YUV172.0483.96145.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 94 (37.11% from 255) = 20.22%
R=42.15%
G=37.63%
B=20.22%

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
Decimal1961759400.110.520.2347.6546.3656.86
HexC4AF5E0B3417302e39
Octal3042571360136427605671
Binary110001001010111110111100101111010010111110000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF5E; }

 p { color: rgb(196,175,94); }

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

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

 a { background-color: rgb(196,175,94); }

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

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

 span { border-color: rgb(196,175,94); }

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