#C29887

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

Shades of Quicksand #C29887

Tints of Quicksand #C29887

Color information

#C29887 (or 0xC29887) is unknown color: approx Quicksand. HEX triplet: C2, 98 and 87. RGB value is (194,152,135). Sum of RGB (Red+Green+Blue) = 194+152+135=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C29887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29887 is #3D6778. Grayscale: #A2A2A2. Windows color (decimal): -4024185 or 8886466. OLE color: 8886466.

HSL color Cylindrical-coordinate representation of color #C29887: hue angle of 17.29º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29887 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194152135-
CMYK00.220.300.24
HSL17.29º32.6%64.51%-
HSV(B)17.29º30.41%76.08%-
XYZ37.8535.6827.81-
YUV162.62112.41150.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 152 (59.77% from 255) = 31.60%
BLUE value IS 135 (53.12% from 255) = 28.07%
R=40.33%
G=31.60%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415213500.220.300.2417.2932.664.51
HexC298870161E18112141
Octal30223020702636302141101
Binary1100001010011000100001110101101111011000100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29887; }

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

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

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

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

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

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

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

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