#C29C90

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

Shades of Quicksand #C29C90

Tints of Quicksand #C29C90

Color information

#C29C90 (or 0xC29C90) is unknown color: approx Quicksand. HEX triplet: C2, 9C and 90. RGB value is (194,156,144). Sum of RGB (Red+Green+Blue) = 194+156+144=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C90 is #3D636F. Grayscale: #A6A6A6. Windows color (decimal): -4023152 or 9477314. OLE color: 9477314.

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

Color convert

RGB194156144-
CMYK00.200.260.24
HSL14.4º29.07%66.27%-
HSV(B)14.4º25.77%76.08%-
XYZ39.1737.2631.51-
YUV165.99115.59147.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=39.27%
G=31.58%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415614400.200.260.2414.429.0766.27
HexC29C900141A18e1d42
Octal30223422002432301635102
Binary11000010100111001001000001010011010110001110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C90; }

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

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

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

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

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

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

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

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