#C4A259

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

Shades of Laser #C4A259

Tints of Laser #C4A259

Color information

#C4A259 (or 0xC4A259) is unknown color: approx Laser. HEX triplet: C4, A2 and 59. RGB value is (196,162,89). Sum of RGB (Red+Green+Blue) = 196+162+89=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A259 is #3B5DA6. Grayscale: #A4A4A4. Windows color (decimal): -3890599 or 5874372. OLE color: 5874372.

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

Color convert

RGB19616289-
CMYK00.170.550.23
HSL40.93º47.56%55.88%-
HSV(B)40.93º54.59%76.86%-
XYZ37.4938.314.87-
YUV163.8485.76150.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 89 (35.16% from 255) = 19.91%
R=43.85%
G=36.24%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961628900.170.550.2340.9347.5655.88
HexC4A2590113717293038
Octal3042421310216727516070
Binary1100010010100010101100101000111011110111101001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A259; }

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

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

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

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

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

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

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

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