#C49789

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

Shades of Quicksand #C49789

Tints of Quicksand #C49789

Color information

#C49789 (or 0xC49789) is unknown color: approx Quicksand. HEX triplet: C4, 97 and 89. RGB value is (196,151,137). Sum of RGB (Red+Green+Blue) = 196+151+137=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C49789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49789 is #3B6876. Grayscale: #A2A2A2. Windows color (decimal): -3893367 or 9017284. OLE color: 9017284.

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

Color convert

RGB196151137-
CMYK00.230.300.23
HSL14.24º33.33%65.29%-
HSV(B)14.24º30.1%76.86%-
XYZ38.3535.6828.53-
YUV162.86113.41151.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=40.50%
G=31.20%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615113700.230.300.2314.2433.3365.29
HexC497890171E17e2141
Octal30422721102736271641101
Binary110001001001011110001001010111111101011111101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49789; }

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

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

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

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

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

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

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

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