#C49F55

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

Shades of Laser #C49F55

Tints of Laser #C49F55

Color information

#C49F55 (or 0xC49F55) is unknown color: approx Laser. HEX triplet: C4, 9F and 55. RGB value is (196,159,85). Sum of RGB (Red+Green+Blue) = 196+159+85=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F55 is #3B60AA. Grayscale: #A1A1A1. Windows color (decimal): -3891371 or 5611460. OLE color: 5611460.

HSL color Cylindrical-coordinate representation of color #C49F55: hue angle of 40º degrees, saturation: 0.48, 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 #C49F55 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB19615985-
CMYK00.190.570.23
HSL40º48.47%55.1%-
HSV(B)40º56.63%76.86%-
XYZ36.837.1913.83-
YUV161.6384.76152.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 85 (33.59% from 255) = 19.32%
R=44.55%
G=36.14%
B=19.32%

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
Decimal1961598500.190.570.234048.4755.1
HexC49F550133917283037
Octal3042371250237127506067
Binary1100010010011111101010101001111100110111101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F55; }

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

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

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

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

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

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

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

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