#CE9A86

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

Shades of Quicksand #CE9A86

Tints of Quicksand #CE9A86

Color information

#CE9A86 (or 0xCE9A86) is unknown color: approx Quicksand. HEX triplet: CE, 9A and 86. RGB value is (206,154,134). Sum of RGB (Red+Green+Blue) = 206+154+134=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9A86 is #316579. Grayscale: #A7A7A7. Windows color (decimal): -3237242 or 8821454. OLE color: 8821454.

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

Color convert

RGB206154134-
CMYK00.250.350.19
HSL16.67º42.35%66.67%-
HSV(B)16.67º34.95%80.78%-
XYZ41.3137.9527.7-
YUV167.27109.23155.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=41.70%
G=31.17%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615413400.250.350.1916.6742.3566.67
HexCE9A860192313112a43
Octal31623220603143232152103
Binary11001110100110101000011001100110001110011100011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9A86; }

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

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

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

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

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

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

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

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