#C29889

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

Shades of Quicksand #C29889

Tints of Quicksand #C29889

Color information

#C29889 (or 0xC29889) is unknown color: approx Quicksand. HEX triplet: C2, 98 and 89. RGB value is (194,152,137). Sum of RGB (Red+Green+Blue) = 194+152+137=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C29889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29889 is #3D6776. Grayscale: #A2A2A2. Windows color (decimal): -4024183 or 9017538. OLE color: 9017538.

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

Color convert

RGB194152137-
CMYK00.220.290.24
HSL15.79º31.84%64.9%-
HSV(B)15.79º29.38%76.08%-
XYZ37.9935.7328.56-
YUV162.85113.41150.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=40.17%
G=31.47%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415213700.220.290.2415.7931.8464.9
HexC298890161D18102041
Octal30223021102635302040101
Binary1100001010011000100010010101101110111000100001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29889; }

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

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

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

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

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

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

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

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