#C49C8C

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

Shades of Quicksand #C49C8C

Tints of Quicksand #C49C8C

Color information

#C49C8C (or 0xC49C8C) is unknown color: approx Quicksand. HEX triplet: C4, 9C and 8C. RGB value is (196,156,140). Sum of RGB (Red+Green+Blue) = 196+156+140=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C8C is #3B6373. Grayscale: #A6A6A6. Windows color (decimal): -3892084 or 9215172. OLE color: 9215172.

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

Color convert

RGB196156140-
CMYK00.200.290.23
HSL17.14º32.18%65.88%-
HSV(B)17.14º28.57%76.86%-
XYZ39.3937.4129.96-
YUV166.14113.25149.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=39.84%
G=31.71%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615614000.200.290.2317.1432.1865.88
HexC49C8C0141D17112042
Octal30423421402435272140102
Binary1100010010011100100011000101001110110111100011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C8C; }

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

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

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

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

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

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

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

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