#C49586

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

Shades of Quicksand #C49586

Tints of Quicksand #C49586

Color information

#C49586 (or 0xC49586) is unknown color: approx Quicksand. HEX triplet: C4, 95 and 86. RGB value is (196,149,134). Sum of RGB (Red+Green+Blue) = 196+149+134=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C49586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49586 is #3B6A79. Grayscale: #A1A1A1. Windows color (decimal): -3893882 or 8820164. OLE color: 8820164.

HSL color Cylindrical-coordinate representation of color #C49586: hue angle of 14.52º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C49586 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB196149134-
CMYK00.240.320.23
HSL14.52º34.44%64.71%-
HSV(B)14.52º31.63%76.86%-
XYZ37.8234.9527.31-
YUV161.34112.57152.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 134 (52.73% from 255) = 27.97%
R=40.92%
G=31.11%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614913400.240.320.2314.5234.4464.71
HexC495860182017f2241
Octal30422520603040271742101
Binary1100010010010101100001100110001000001011111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49586; }

 p { color: rgb(196,149,134); }

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

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

 a { background-color: rgb(196,149,134); }

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

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

 span { border-color: rgb(196,149,134); }

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