#C49E90

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

Shades of Quicksand #C49E90

Tints of Quicksand #C49E90

Color information

#C49E90 (or 0xC49E90) is unknown color: approx Quicksand. HEX triplet: C4, 9E and 90. RGB value is (196,158,144). Sum of RGB (Red+Green+Blue) = 196+158+144=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E90 is #3B616F. Grayscale: #A7A7A7. Windows color (decimal): -3891568 or 9477828. OLE color: 9477828.

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

Color convert

RGB196158144-
CMYK00.190.270.23
HSL16.15º30.59%66.67%-
HSV(B)16.15º26.53%76.86%-
XYZ40.0338.231.65-
YUV167.77114.59148.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.36%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=39.36%
G=31.73%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615814400.190.270.2316.1530.5966.67
HexC49E900131B17101f43
Octal30423622002333272037103
Binary110001001001111010010000010011110111011110000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49E90; }

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

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

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

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

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

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

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

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