#C29790

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

Shades of Quicksand #C29790

Tints of Quicksand #C29790

Color information

#C29790 (or 0xC29790) is unknown color: approx Quicksand. HEX triplet: C2, 97 and 90. RGB value is (194,151,144). Sum of RGB (Red+Green+Blue) = 194+151+144=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C29790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29790 is #3D686F. Grayscale: #A3A3A3. Windows color (decimal): -4024432 or 9476034. OLE color: 9476034.

HSL color Cylindrical-coordinate representation of color #C29790: hue angle of 8.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 #C29790 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194151144-
CMYK00.220.260.24
HSL8.4º29.07%66.27%-
HSV(B)8.4º25.77%76.08%-
XYZ38.3535.6231.24-
YUV163.06117.25150.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 151 (59.38% from 255) = 30.88%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=39.67%
G=30.88%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415114400.220.260.248.429.0766.27
HexC297900161A1881d42
Octal30222722002632301035102
Binary11000010100101111001000001011011010110001000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29790; }

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

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

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

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

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

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

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

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