#CE9885

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

Shades of Quicksand #CE9885

Tints of Quicksand #CE9885

Color information

#CE9885 (or 0xCE9885) is unknown color: approx Quicksand. HEX triplet: CE, 98 and 85. RGB value is (206,152,133). Sum of RGB (Red+Green+Blue) = 206+152+133=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9885 is #31677A. Grayscale: #A6A6A6. Windows color (decimal): -3237755 or 8755406. OLE color: 8755406.

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

Color convert

RGB206152133-
CMYK00.260.350.19
HSL15.62º42.69%66.47%-
HSV(B)15.62º35.44%80.78%-
XYZ40.9237.2727.23-
YUV165.98109.39156.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=41.96%
G=30.96%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615213300.260.350.1915.6242.6966.47
HexCE988501A2313102b42
Octal31623020503243232053102
Binary11001110100110001000010101101010001110011100001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9885; }

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

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

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

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

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

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

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

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