#C29E8E

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

Shades of Quicksand #C29E8E

Tints of Quicksand #C29E8E

Color information

#C29E8E (or 0xC29E8E) is unknown color: approx Quicksand. HEX triplet: C2, 9E and 8E. RGB value is (194,158,142). Sum of RGB (Red+Green+Blue) = 194+158+142=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29E8E is #3D6171. Grayscale: #A7A7A7. Windows color (decimal): -4022642 or 9346754. OLE color: 9346754.

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

Color convert

RGB194158142-
CMYK00.190.270.24
HSL18.46º29.89%65.88%-
HSV(B)18.46º26.8%76.08%-
XYZ39.3637.8830.83-
YUV166.94113.93147.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=39.27%
G=31.98%
B=28.74%

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
Decimal19415814200.190.270.2418.4629.8965.88
HexC29E8E0131B18121e42
Octal30223621602333302236102
Binary110000101001111010001110010011110111100010010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E8E; }

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

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

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

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

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

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

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

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