#C49F56

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

Shades of Laser #C49F56

Tints of Laser #C49F56

Color information

#C49F56 (or 0xC49F56) is unknown color: approx Laser. HEX triplet: C4, 9F and 56. RGB value is (196,159,86). Sum of RGB (Red+Green+Blue) = 196+159+86=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F56 is #3B60A9. Grayscale: #A2A2A2. Windows color (decimal): -3891370 or 5676996. OLE color: 5676996.

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

Color convert

RGB19615986-
CMYK00.190.560.23
HSL39.82º48.25%55.29%-
HSV(B)39.82º56.12%76.86%-
XYZ36.8437.214.04-
YUV161.7485.26152.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 86 (33.98% from 255) = 19.50%
R=44.44%
G=36.05%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961598600.190.560.2339.8248.2555.29
HexC49F560133817283037
Octal3042371260237027506067
Binary1100010010011111101011001001111100010111101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F56; }

 p { color: rgb(196,159,86); }

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

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

 a { background-color: rgb(196,159,86); }

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

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

 span { border-color: rgb(196,159,86); }

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