#c4a459

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

Shades of Laser #C4A459

Tints of Laser #C4A459

Color information

#C4A459 (or 0xC4A459) is unknown color: approx Laser. HEX triplet: C4, A4 and 59. RGB value is (196,164,89). Sum of RGB (Red+Green+Blue) = 196+164+89=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A459 is #3B5BA6. Grayscale: #A5A5A5. Windows color (decimal): -3890087 or 5874884. OLE color: 5874884.

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

Color convert

RGB19616489-
CMYK00.160.550.23
HSL42.06º47.56%55.88%-
HSV(B)42.06º54.59%76.86%-
XYZ37.8439.0114.99-
YUV165.0285.1150.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 89 (35.16% from 255) = 19.82%
R=43.65%
G=36.53%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961648900.160.550.2342.0647.5655.88
HexC4A45901037172a3038
Octal3042441310206727526070
Binary1100010010100100101100101000011011110111101010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4a459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4a459; }

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

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

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

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

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

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

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

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