#C59F55

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

Shades of Laser #C59F55

Tints of Laser #C59F55

Color information

#C59F55 (or 0xC59F55) is unknown color: approx Laser. HEX triplet: C5, 9F and 55. RGB value is (197,159,85). Sum of RGB (Red+Green+Blue) = 197+159+85=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59F55 is #3A60AA. Grayscale: #A2A2A2. Windows color (decimal): -3825835 or 5611461. OLE color: 5611461.

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

Color convert

RGB19715985-
CMYK00.190.570.23
HSL39.64º49.12%55.29%-
HSV(B)39.64º56.85%77.25%-
XYZ37.0637.3213.84-
YUV161.9384.59153.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 85 (33.59% from 255) = 19.27%
R=44.67%
G=36.05%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971598500.190.570.2339.6449.1255.29
HexC59F550133917283137
Octal3052371250237127506167
Binary1100010110011111101010101001111100110111101000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59F55; }

 p { color: rgb(197,159,85); }

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

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

 a { background-color: rgb(197,159,85); }

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

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

 span { border-color: rgb(197,159,85); }

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