#C49C8B

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

Shades of Quicksand #C49C8B

Tints of Quicksand #C49C8B

Color information

#C49C8B (or 0xC49C8B) is unknown color: approx Quicksand. HEX triplet: C4, 9C and 8B. RGB value is (196,156,139). Sum of RGB (Red+Green+Blue) = 196+156+139=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C8B is #3B6374. Grayscale: #A6A6A6. Windows color (decimal): -3892085 or 9149636. OLE color: 9149636.

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

Color convert

RGB196156139-
CMYK00.200.290.23
HSL17.89º32.57%65.69%-
HSV(B)17.89º29.08%76.86%-
XYZ39.3137.3829.57-
YUV166.02112.75149.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=39.92%
G=31.77%
B=28.31%

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
Decimal19615613900.200.290.2317.8932.5765.69
HexC49C8B0141D17122142
Octal30423421302435272241102
Binary1100010010011100100010110101001110110111100101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C8B; }

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

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

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

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

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

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

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

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