#C29C8E

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

Shades of Quicksand #C29C8E

Tints of Quicksand #C29C8E

Color information

#C29C8E (or 0xC29C8E) is unknown color: approx Quicksand. HEX triplet: C2, 9C and 8E. RGB value is (194,156,142). Sum of RGB (Red+Green+Blue) = 194+156+142=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C8E is #3D6371. Grayscale: #A5A5A5. Windows color (decimal): -4023154 or 9346242. OLE color: 9346242.

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

Color convert

RGB194156142-
CMYK00.200.270.24
HSL16.15º29.89%65.88%-
HSV(B)16.15º26.8%76.08%-
XYZ39.0237.230.71-
YUV165.77114.59148.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=39.43%
G=31.71%
B=28.86%

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
Decimal19415614200.200.270.2416.1529.8965.88
HexC29C8E0141B18101e42
Octal30223421602433302036102
Binary110000101001110010001110010100110111100010000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C8E; }

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

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

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

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

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

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

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

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