#C49C96

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

Shades of Quicksand #C49C96

Tints of Quicksand #C49C96

Color information

#C49C96 (or 0xC49C96) is unknown color: approx Quicksand. HEX triplet: C4, 9C and 96. RGB value is (196,156,150). Sum of RGB (Red+Green+Blue) = 196+156+150=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C96 is #3B6369. Grayscale: #A7A7A7. Windows color (decimal): -3892074 or 9870532. OLE color: 9870532.

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

Color convert

RGB196156150-
CMYK00.200.230.23
HSL7.83º28.05%67.84%-
HSV(B)7.83º23.47%76.86%-
XYZ40.1637.7134.02-
YUV167.28118.25148.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=39.04%
G=31.08%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615615000.200.230.237.8328.0567.84
HexC49C96014171781c44
Octal30423422602427271034104
Binary11000100100111001001011001010010111101111000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C96; }

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

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

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

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

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

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

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

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