#C49790

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

Shades of Quicksand #C49790

Tints of Quicksand #C49790

Color information

#C49790 (or 0xC49790) is unknown color: approx Quicksand. HEX triplet: C4, 97 and 90. RGB value is (196,151,144). Sum of RGB (Red+Green+Blue) = 196+151+144=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C49790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49790 is #3B686F. Grayscale: #A3A3A3. Windows color (decimal): -3893360 or 9476036. OLE color: 9476036.

HSL color Cylindrical-coordinate representation of color #C49790: hue angle of 8.08º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49790 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB196151144-
CMYK00.230.270.23
HSL8.08º30.59%66.67%-
HSV(B)8.08º26.53%76.86%-
XYZ38.8735.8831.26-
YUV163.66116.91151.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=39.92%
G=30.75%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615114400.230.270.238.0830.5966.67
HexC497900171B1781f43
Octal30422722002733271037103
Binary11000100100101111001000001011111011101111000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49790; }

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

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

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

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

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

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

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

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