#C49281

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

Shades of Quicksand #C49281

Tints of Quicksand #C49281

Color information

#C49281 (or 0xC49281) is unknown color: approx Quicksand. HEX triplet: C4, 92 and 81. RGB value is (196,146,129). Sum of RGB (Red+Green+Blue) = 196+146+129=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C49281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49281 is #3B6D7E. Grayscale: #9F9F9F. Windows color (decimal): -3894655 or 8491716. OLE color: 8491716.

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

Color convert

RGB196146129-
CMYK00.260.340.23
HSL15.22º36.22%63.73%-
HSV(B)15.22º34.18%76.86%-
XYZ37.0133.8825.36-
YUV159.01111.06154.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.61%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=41.61%
G=31.00%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614612900.260.340.2315.2236.2263.73
HexC4928101A2217f2440
Octal30422220103242271744100
Binary1100010010010010100000010110101000101011111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49281; }

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

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

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

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

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

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

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

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