#C49786

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

Shades of Quicksand #C49786

Tints of Quicksand #C49786

Color information

#C49786 (or 0xC49786) is unknown color: approx Quicksand. HEX triplet: C4, 97 and 86. RGB value is (196,151,134). Sum of RGB (Red+Green+Blue) = 196+151+134=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C49786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49786 is #3B6879. Grayscale: #A2A2A2. Windows color (decimal): -3893370 or 8820676. OLE color: 8820676.

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

Color convert

RGB196151134-
CMYK00.230.320.23
HSL16.45º34.44%64.71%-
HSV(B)16.45º31.63%76.86%-
XYZ38.1335.5927.41-
YUV162.52111.91151.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=40.75%
G=31.39%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615113400.230.320.2316.4534.4464.71
HexC497860172017102241
Octal30422720602740272042101
Binary11000100100101111000011001011110000010111100001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49786; }

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

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

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

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

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

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

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

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