#C49D8A

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

Shades of Quicksand #C49D8A

Tints of Quicksand #C49D8A

Color information

#C49D8A (or 0xC49D8A) is unknown color: approx Quicksand. HEX triplet: C4, 9D and 8A. RGB value is (196,157,138). Sum of RGB (Red+Green+Blue) = 196+157+138=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D8A is #3B6275. Grayscale: #A6A6A6. Windows color (decimal): -3891830 or 9084356. OLE color: 9084356.

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

Color convert

RGB196157138-
CMYK00.200.300.23
HSL19.66º32.95%65.49%-
HSV(B)19.66º29.59%76.86%-
XYZ39.4137.6829.24-
YUV166.49111.92149.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=39.92%
G=31.98%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615713800.200.300.2319.6632.9565.49
HexC49D8A0141E17142141
Octal30423521202436272441101
Binary1100010010011101100010100101001111010111101001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49D8A; }

 p { color: rgb(196,157,138); }

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

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

 a { background-color: rgb(196,157,138); }

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

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

 span { border-color: rgb(196,157,138); }

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