#C29C8D

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

Shades of Quicksand #C29C8D

Tints of Quicksand #C29C8D

Color information

#C29C8D (or 0xC29C8D) is unknown color: approx Quicksand. HEX triplet: C2, 9C and 8D. RGB value is (194,156,141). Sum of RGB (Red+Green+Blue) = 194+156+141=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C8D is #3D6372. Grayscale: #A5A5A5. Windows color (decimal): -4023155 or 9280706. OLE color: 9280706.

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

Color convert

RGB194156141-
CMYK00.200.270.24
HSL16.98º30.29%65.69%-
HSV(B)16.98º27.32%76.08%-
XYZ38.9437.1730.32-
YUV165.65114.09148.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=39.51%
G=31.77%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415614100.200.270.2416.9830.2965.69
HexC29C8D0141B18111e42
Octal30223421502433302136102
Binary110000101001110010001101010100110111100010001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C8D; }

 p { color: rgb(194,156,141); }

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

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

 a { background-color: rgb(194,156,141); }

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

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

 span { border-color: rgb(194,156,141); }

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