#C4B059

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

Shades of Laser #C4B059

Tints of Laser #C4B059

Color information

#C4B059 (or 0xC4B059) is unknown color: approx Laser. HEX triplet: C4, B0 and 59. RGB value is (196,176,89). Sum of RGB (Red+Green+Blue) = 196+176+89=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B059 is #3B4FA6. Grayscale: #ACACAC. Windows color (decimal): -3887015 or 5877956. OLE color: 5877956.

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

Color convert

RGB19617689-
CMYK00.100.550.23
HSL48.79º47.56%55.88%-
HSV(B)48.79º54.59%76.86%-
XYZ40.0943.5115.74-
YUV172.0681.13145.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 89 (35.16% from 255) = 19.31%
R=42.52%
G=38.18%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961768900.100.550.2348.7947.5655.88
HexC4B0590A3717313038
Octal3042601310126727616070
Binary110001001011000010110010101011011110111110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B059; }

 p { color: rgb(196,176,89); }

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

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

 a { background-color: rgb(196,176,89); }

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

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

 span { border-color: rgb(196,176,89); }

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