#CE9486

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

Shades of Quicksand #CE9486

Tints of Quicksand #CE9486

Color information

#CE9486 (or 0xCE9486) is unknown color: approx Quicksand. HEX triplet: CE, 94 and 86. RGB value is (206,148,134). Sum of RGB (Red+Green+Blue) = 206+148+134=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9486 is #316B79. Grayscale: #A3A3A3. Windows color (decimal): -3238778 or 8819918. OLE color: 8819918.

HSL color Cylindrical-coordinate representation of color #CE9486: hue angle of 11.67º 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 #CE9486 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB206148134-
CMYK00.280.350.19
HSL11.67º42.35%66.67%-
HSV(B)11.67º34.95%80.78%-
XYZ40.3536.0227.38-
YUV163.75111.22158.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.21%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=42.21%
G=30.33%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614813400.280.350.1911.6742.3566.67
HexCE948601C2313c2a43
Octal31622420603443231452103
Binary1100111010010100100001100111001000111001111001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9486; }

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

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

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

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

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

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

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

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