#C49F59

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

Shades of Laser #C49F59

Tints of Laser #C49F59

Color information

#C49F59 (or 0xC49F59) is unknown color: approx Laser. HEX triplet: C4, 9F and 59. RGB value is (196,159,89). Sum of RGB (Red+Green+Blue) = 196+159+89=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F59 is #3B60A6. Grayscale: #A2A2A2. Windows color (decimal): -3891367 or 5873604. OLE color: 5873604.

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

Color convert

RGB19615989-
CMYK00.190.550.23
HSL39.25º47.56%55.88%-
HSV(B)39.25º54.59%76.86%-
XYZ36.9737.2514.69-
YUV162.0886.76152.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 89 (35.16% from 255) = 20.05%
R=44.14%
G=35.81%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961598900.190.550.2339.2547.5655.88
HexC49F590133717273038
Octal3042371310236727476070
Binary1100010010011111101100101001111011110111100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F59; }

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

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

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

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

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

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

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

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