#C49485

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

Shades of Quicksand #C49485

Tints of Quicksand #C49485

Color information

#C49485 (or 0xC49485) is unknown color: approx Quicksand. HEX triplet: C4, 94 and 85. RGB value is (196,148,133). Sum of RGB (Red+Green+Blue) = 196+148+133=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C49485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49485 is #3B6B7A. Grayscale: #A0A0A0. Windows color (decimal): -3894139 or 8754372. OLE color: 8754372.

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

Color convert

RGB196148133-
CMYK00.240.320.23
HSL14.29º34.81%64.51%-
HSV(B)14.29º32.14%76.86%-
XYZ37.5934.6126.89-
YUV160.64112.4153.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.09%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=41.09%
G=31.03%
B=27.88%

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
Decimal19614813300.240.320.2314.2934.8164.51
HexC494850182017e2341
Octal30422420503040271643101
Binary1100010010010100100001010110001000001011111101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49485; }

 p { color: rgb(196,148,133); }

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

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

 a { background-color: rgb(196,148,133); }

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

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

 span { border-color: rgb(196,148,133); }

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