#CE988D

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

Shades of Quicksand #CE988D

Tints of Quicksand #CE988D

Color information

#CE988D (or 0xCE988D) is unknown color: approx Quicksand. HEX triplet: CE, 98 and 8D. RGB value is (206,152,141). Sum of RGB (Red+Green+Blue) = 206+152+141=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE988D is #316772. Grayscale: #A6A6A6. Windows color (decimal): -3237747 or 9279694. OLE color: 9279694.

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

Color convert

RGB206152141-
CMYK00.260.320.19
HSL10.15º39.88%68.04%-
HSV(B)10.15º31.55%80.78%-
XYZ41.4937.530.25-
YUV166.89113.39155.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=41.28%
G=30.46%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615214100.260.320.1910.1539.8868.04
HexCE988D01A2013a2844
Octal31623021503240231250104
Binary1100111010011000100011010110101000001001110101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE988D; }

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

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

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

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

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

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

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

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