#C49F8C

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

Shades of Quicksand #C49F8C

Tints of Quicksand #C49F8C

Color information

#C49F8C (or 0xC49F8C) is unknown color: approx Quicksand. HEX triplet: C4, 9F and 8C. RGB value is (196,159,140). Sum of RGB (Red+Green+Blue) = 196+159+140=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49F8C is #3B6073. Grayscale: #A8A8A8. Windows color (decimal): -3891316 or 9215940. OLE color: 9215940.

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

Color convert

RGB196159140-
CMYK00.190.290.23
HSL20.36º32.18%65.88%-
HSV(B)20.36º28.57%76.86%-
XYZ39.938.4330.13-
YUV167.9112.26148.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=39.60%
G=32.12%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615914000.190.290.2320.3632.1865.88
HexC49F8C0131D17142042
Octal30423721402335272440102
Binary1100010010011111100011000100111110110111101001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F8C; }

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

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

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

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

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

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

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

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