#C49889

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

Shades of Quicksand #C49889

Tints of Quicksand #C49889

Color information

#C49889 (or 0xC49889) is unknown color: approx Quicksand. HEX triplet: C4, 98 and 89. RGB value is (196,152,137). Sum of RGB (Red+Green+Blue) = 196+152+137=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C49889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49889 is #3B6776. Grayscale: #A3A3A3. Windows color (decimal): -3893111 or 9017540. OLE color: 9017540.

HSL color Cylindrical-coordinate representation of color #C49889: hue angle of 15.25º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49889 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196152137-
CMYK00.220.300.23
HSL15.25º33.33%65.29%-
HSV(B)15.25º30.1%76.86%-
XYZ38.513628.59-
YUV163.45113.08151.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=40.41%
G=31.34%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615213700.220.300.2315.2533.3365.29
HexC498890161E17f2141
Octal30423021102636271741101
Binary110001001001100010001001010110111101011111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49889; }

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

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

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

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

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

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

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

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