#C49886

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

Shades of Quicksand #C49886

Tints of Quicksand #C49886

Color information

#C49886 (or 0xC49886) is unknown color: approx Quicksand. HEX triplet: C4, 98 and 86. RGB value is (196,152,134). Sum of RGB (Red+Green+Blue) = 196+152+134=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C49886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49886 is #3B6779. Grayscale: #A3A3A3. Windows color (decimal): -3893114 or 8820932. OLE color: 8820932.

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

Color convert

RGB196152134-
CMYK00.220.320.23
HSL17.42º34.44%64.71%-
HSV(B)17.42º31.63%76.86%-
XYZ38.335.9127.47-
YUV163.1111.58151.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=40.66%
G=31.54%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615213400.220.320.2317.4234.4464.71
HexC498860162017112241
Octal30423020602640272142101
Binary11000100100110001000011001011010000010111100011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49886; }

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

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

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

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

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

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

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

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