#CE9686

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

Shades of Quicksand #CE9686

Tints of Quicksand #CE9686

Color information

#CE9686 (or 0xCE9686) is unknown color: approx Quicksand. HEX triplet: CE, 96 and 86. RGB value is (206,150,134). Sum of RGB (Red+Green+Blue) = 206+150+134=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9686 is #316979. Grayscale: #A5A5A5. Windows color (decimal): -3238266 or 8820430. OLE color: 8820430.

HSL color Cylindrical-coordinate representation of color #CE9686: hue angle of 13.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE9686 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB206150134-
CMYK00.270.350.19
HSL13.33º42.35%66.67%-
HSV(B)13.33º34.95%80.78%-
XYZ40.6636.6627.49-
YUV164.92110.55157.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.04%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=42.04%
G=30.61%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615013400.270.350.1913.3342.3566.67
HexCE968601B2313d2a43
Octal31622620603343231552103
Binary1100111010010110100001100110111000111001111011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9686; }

 p { color: rgb(206,150,134); }

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

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

 a { background-color: rgb(206,150,134); }

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

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

 span { border-color: rgb(206,150,134); }

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