#C49883

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

Shades of Quicksand #C49883

Tints of Quicksand #C49883

Color information

#C49883 (or 0xC49883) is unknown color: approx Quicksand. HEX triplet: C4, 98 and 83. RGB value is (196,152,131). Sum of RGB (Red+Green+Blue) = 196+152+131=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C49883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49883 is #3B677C. Grayscale: #A2A2A2. Windows color (decimal): -3893117 or 8624324. OLE color: 8624324.

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

Color convert

RGB196152131-
CMYK00.220.330.23
HSL19.38º35.52%64.12%-
HSV(B)19.38º33.16%76.86%-
XYZ38.0935.8326.38-
YUV162.76110.08151.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=40.92%
G=31.73%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615213100.220.330.2319.3835.5264.12
HexC498830162117132440
Octal30423020302641272344100
Binary11000100100110001000001101011010000110111100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49883; }

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

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

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

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

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

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

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

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