#C29D8D

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

Shades of Quicksand #C29D8D

Tints of Quicksand #C29D8D

Color information

#C29D8D (or 0xC29D8D) is unknown color: approx Quicksand. HEX triplet: C2, 9D and 8D. RGB value is (194,157,141). Sum of RGB (Red+Green+Blue) = 194+157+141=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D8D is #3D6272. Grayscale: #A6A6A6. Windows color (decimal): -4022899 or 9280962. OLE color: 9280962.

HSL color Cylindrical-coordinate representation of color #C29D8D: hue angle of 18.11º 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 #C29D8D is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB194157141-
CMYK00.190.270.24
HSL18.11º30.29%65.69%-
HSV(B)18.11º27.32%76.08%-
XYZ39.1137.5130.38-
YUV166.24113.76147.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=39.43%
G=31.91%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415714100.190.270.2418.1130.2965.69
HexC29D8D0131B18121e42
Octal30223521502333302236102
Binary110000101001110110001101010011110111100010010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29D8D; }

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

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

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

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

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

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

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

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