#C29B96

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

Shades of Quicksand #C29B96

Tints of Quicksand #C29B96

Color information

#C29B96 (or 0xC29B96) is unknown color: approx Quicksand. HEX triplet: C2, 9B and 96. RGB value is (194,155,150). Sum of RGB (Red+Green+Blue) = 194+155+150=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B96 is #3D6469. Grayscale: #A6A6A6. Windows color (decimal): -4023402 or 9870274. OLE color: 9870274.

HSL color Cylindrical-coordinate representation of color #C29B96: hue angle of 6.82º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29B96 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB194155150-
CMYK00.200.230.24
HSL6.82º26.51%67.45%-
HSV(B)6.82º22.68%76.08%-
XYZ39.4737.1133.94-
YUV166.09118.92147.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 150 (58.98% from 255) = 30.06%
R=38.88%
G=31.06%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415515000.200.230.246.8226.5167.45
HexC29B96014171871b43
Octal3022332260242730733103
Binary1100001010011011100101100101001011111000111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B96; }

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

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

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

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

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

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

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

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