#CE9B87

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

Shades of Quicksand #CE9B87

Tints of Quicksand #CE9B87

Color information

#CE9B87 (or 0xCE9B87) is unknown color: approx Quicksand. HEX triplet: CE, 9B and 87. RGB value is (206,155,135). Sum of RGB (Red+Green+Blue) = 206+155+135=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9B87 is #316478. Grayscale: #A8A8A8. Windows color (decimal): -3236985 or 8887246. OLE color: 8887246.

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

Color convert

RGB206155135-
CMYK00.250.340.19
HSL16.9º42.01%66.86%-
HSV(B)16.9º34.47%80.78%-
XYZ41.5538.3128.13-
YUV167.97109.4155.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 135 (53.12% from 255) = 27.22%
R=41.53%
G=31.25%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615513500.250.340.1916.942.0166.86
HexCE9B870192213112a43
Octal31623320703142232152103
Binary11001110100110111000011101100110001010011100011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9B87; }

 p { color: rgb(206,155,135); }

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

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

 a { background-color: rgb(206,155,135); }

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

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

 span { border-color: rgb(206,155,135); }

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