#C49B96

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

Shades of Quicksand #C49B96

Tints of Quicksand #C49B96

Color information

#C49B96 (or 0xC49B96) is unknown color: approx Quicksand. HEX triplet: C4, 9B and 96. RGB value is (196,155,150). Sum of RGB (Red+Green+Blue) = 196+155+150=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49B96 is #3B6469. Grayscale: #A6A6A6. Windows color (decimal): -3892330 or 9870276. OLE color: 9870276.

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

Color convert

RGB196155150-
CMYK00.210.230.23
HSL6.52º28.05%67.84%-
HSV(B)6.52º23.47%76.86%-
XYZ39.9937.3833.96-
YUV166.69118.58148.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=39.12%
G=30.94%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615515000.210.230.236.5228.0567.84
HexC49B96015171771c44
Octal3042332260252727734104
Binary1100010010011011100101100101011011110111111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49B96; }

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

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

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

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

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

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

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

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