#C49F8E

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

Shades of Quicksand #C49F8E

Tints of Quicksand #C49F8E

Color information

#C49F8E (or 0xC49F8E) is unknown color: approx Quicksand. HEX triplet: C4, 9F and 8E. RGB value is (196,159,142). Sum of RGB (Red+Green+Blue) = 196+159+142=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49F8E is #3B6071. Grayscale: #A8A8A8. Windows color (decimal): -3891314 or 9347012. OLE color: 9347012.

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

Color convert

RGB196159142-
CMYK00.190.280.23
HSL18.89º31.4%66.27%-
HSV(B)18.89º27.55%76.86%-
XYZ40.0538.4930.91-
YUV168.12113.26147.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=39.44%
G=31.99%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615914200.190.280.2318.8931.466.27
HexC49F8E0131C17131f42
Octal30423721602334272337102
Binary110001001001111110001110010011111001011110011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F8E; }

 p { color: rgb(196,159,142); }

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

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

 a { background-color: rgb(196,159,142); }

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

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

 span { border-color: rgb(196,159,142); }

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