#C29D8E

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

Shades of Quicksand #C29D8E

Tints of Quicksand #C29D8E

Color information

#C29D8E (or 0xC29D8E) is unknown color: approx Quicksand. HEX triplet: C2, 9D and 8E. RGB value is (194,157,142). Sum of RGB (Red+Green+Blue) = 194+157+142=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D8E is #3D6271. Grayscale: #A6A6A6. Windows color (decimal): -4022898 or 9346498. OLE color: 9346498.

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

Color convert

RGB194157142-
CMYK00.190.270.24
HSL17.31º29.89%65.88%-
HSV(B)17.31º26.8%76.08%-
XYZ39.1937.5430.77-
YUV166.35114.26147.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=39.35%
G=31.85%
B=28.80%

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
Decimal19415714200.190.270.2417.3129.8965.88
HexC29D8E0131B18111e42
Octal30223521602333302136102
Binary110000101001110110001110010011110111100010001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29D8E; }

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

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

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

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

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

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

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

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