#C49682

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

Shades of Quicksand #C49682

Tints of Quicksand #C49682

Color information

#C49682 (or 0xC49682) is unknown color: approx Quicksand. HEX triplet: C4, 96 and 82. RGB value is (196,150,130). Sum of RGB (Red+Green+Blue) = 196+150+130=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C49682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49682 is #3B697D. Grayscale: #A1A1A1. Windows color (decimal): -3893630 or 8558276. OLE color: 8558276.

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

Color convert

RGB196150130-
CMYK00.230.340.23
HSL18.18º35.87%63.92%-
HSV(B)18.18º33.67%76.86%-
XYZ37.735.1625.92-
YUV161.47110.24152.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.18%
GREEN value IS 150 (58.98% from 255) = 31.51%
BLUE value IS 130 (51.17% from 255) = 27.31%
R=41.18%
G=31.51%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615013000.230.340.2318.1835.8763.92
HexC496820172217122440
Octal30422620202742272244100
Binary11000100100101101000001001011110001010111100101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49682; }

 p { color: rgb(196,150,130); }

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

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

 a { background-color: rgb(196,150,130); }

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

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

 span { border-color: rgb(196,150,130); }

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