#CE9884

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

Shades of Quicksand #CE9884

Tints of Quicksand #CE9884

Color information

#CE9884 (or 0xCE9884) is unknown color: approx Quicksand. HEX triplet: CE, 98 and 84. RGB value is (206,152,132). Sum of RGB (Red+Green+Blue) = 206+152+132=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9884 is #31677B. Grayscale: #A6A6A6. Windows color (decimal): -3237756 or 8689870. OLE color: 8689870.

HSL color Cylindrical-coordinate representation of color #CE9884: hue angle of 16.22º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE9884 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB206152132-
CMYK00.260.360.19
HSL16.22º43.02%66.27%-
HSV(B)16.22º35.92%80.78%-
XYZ40.8537.2426.87-
YUV165.87108.89156.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.04%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=42.04%
G=31.02%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615213200.260.360.1916.2243.0266.27
HexCE988401A2413102b42
Octal31623020403244232053102
Binary11001110100110001000010001101010010010011100001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9884; }

 p { color: rgb(206,152,132); }

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

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

 a { background-color: rgb(206,152,132); }

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

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

 span { border-color: rgb(206,152,132); }

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