#CE9E8A

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

Shades of Quicksand #CE9E8A

Tints of Quicksand #CE9E8A

Color information

#CE9E8A (or 0xCE9E8A) is unknown color: approx Quicksand. HEX triplet: CE, 9E and 8A. RGB value is (206,158,138). Sum of RGB (Red+Green+Blue) = 206+158+138=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E8A is #316175. Grayscale: #AAAAAA. Windows color (decimal): -3236214 or 9084622. OLE color: 9084622.

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

Color convert

RGB206158138-
CMYK00.230.330.19
HSL17.65º40.96%67.45%-
HSV(B)17.65º33.01%80.78%-
XYZ42.2739.4129.42-
YUV170.07109.9153.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.04%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=41.04%
G=31.47%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615813800.230.330.1917.6540.9667.45
HexCE9E8A0172113122943
Octal31623621202741232251103
Binary11001110100111101000101001011110000110011100101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E8A; }

 p { color: rgb(206,158,138); }

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

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

 a { background-color: rgb(206,158,138); }

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

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

 span { border-color: rgb(206,158,138); }

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