#C59E5E

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

Shades of Laser #C59E5E

Tints of Laser #C59E5E

Color information

#C59E5E (or 0xC59E5E) is unknown color: approx Laser. HEX triplet: C5, 9E and 5E. RGB value is (197,158,94). Sum of RGB (Red+Green+Blue) = 197+158+94=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59E5E is #3A61A1. Grayscale: #A2A2A2. Windows color (decimal): -3826082 or 6201029. OLE color: 6201029.

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

Color convert

RGB19715894-
CMYK00.200.520.23
HSL37.28º47.03%57.06%-
HSV(B)37.28º52.28%77.25%-
XYZ37.2737.1315.79-
YUV162.3689.42152.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 158 (62.11% from 255) = 35.19%
BLUE value IS 94 (37.11% from 255) = 20.94%
R=43.88%
G=35.19%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971589400.200.520.2337.2847.0357.06
HexC59E5E0143417252f39
Octal3052361360246427455771
Binary1100010110011110101111001010011010010111100101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59E5E; }

 p { color: rgb(197,158,94); }

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

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

 a { background-color: rgb(197,158,94); }

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

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

 span { border-color: rgb(197,158,94); }

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