#C29589

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

Shades of Quicksand #C29589

Tints of Quicksand #C29589

Color information

#C29589 (or 0xC29589) is unknown color: approx Quicksand. HEX triplet: C2, 95 and 89. RGB value is (194,149,137). Sum of RGB (Red+Green+Blue) = 194+149+137=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C29589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29589 is #3D6A76. Grayscale: #A1A1A1. Windows color (decimal): -4024951 or 9016770. OLE color: 9016770.

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

Color convert

RGB194149137-
CMYK00.230.290.24
HSL12.63º31.84%64.9%-
HSV(B)12.63º29.38%76.08%-
XYZ37.5134.7728.4-
YUV161.09114.41151.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 137 (53.91% from 255) = 28.54%
R=40.42%
G=31.04%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414913700.230.290.2412.6331.8464.9
HexC295890171D18d2041
Octal30222521102735301540101
Binary110000101001010110001001010111111011100011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29589; }

 p { color: rgb(194,149,137); }

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

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

 a { background-color: rgb(194,149,137); }

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

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

 span { border-color: rgb(194,149,137); }

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