#C4AF5B

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

Shades of Laser #C4AF5B

Tints of Laser #C4AF5B

Color information

#C4AF5B (or 0xC4AF5B) is unknown color: approx Laser. HEX triplet: C4, AF and 5B. RGB value is (196,175,91). Sum of RGB (Red+Green+Blue) = 196+175+91=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF5B is #3B50A4. Grayscale: #ACACAC. Windows color (decimal): -3887269 or 6008772. OLE color: 6008772.

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

Color convert

RGB19617591-
CMYK00.110.540.23
HSL48º47.09%56.27%-
HSV(B)48º53.57%76.86%-
XYZ39.9843.1516.12-
YUV171.782.46145.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.42%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 91 (35.94% from 255) = 19.70%
R=42.42%
G=37.88%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961759100.110.540.234847.0956.27
HexC4AF5B0B3617302f38
Octal3042571330136627605770
Binary110001001010111110110110101111011010111110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF5B; }

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

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

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

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

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

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

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

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