#C49284

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

Shades of Quicksand #C49284

Tints of Quicksand #C49284

Color information

#C49284 (or 0xC49284) is unknown color: approx Quicksand. HEX triplet: C4, 92 and 84. RGB value is (196,146,132). Sum of RGB (Red+Green+Blue) = 196+146+132=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C49284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49284 is #3B6D7B. Grayscale: #9F9F9F. Windows color (decimal): -3894652 or 8688324. OLE color: 8688324.

HSL color Cylindrical-coordinate representation of color #C49284: hue angle of 13.13º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49284 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB196146132-
CMYK00.260.330.23
HSL13.13º35.16%64.31%-
HSV(B)13.13º32.65%76.86%-
XYZ37.2133.9626.42-
YUV159.35112.56154.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.35%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=41.35%
G=30.80%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614613200.260.330.2313.1335.1664.31
HexC4928401A2117d2340
Octal30422220403241271543100
Binary1100010010010010100001000110101000011011111011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49284; }

 p { color: rgb(196,146,132); }

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

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

 a { background-color: rgb(196,146,132); }

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

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

 span { border-color: rgb(196,146,132); }

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