#CE9A8B

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

Shades of Quicksand #CE9A8B

Tints of Quicksand #CE9A8B

Color information

#CE9A8B (or 0xCE9A8B) is unknown color: approx Quicksand. HEX triplet: CE, 9A and 8B. RGB value is (206,154,139). Sum of RGB (Red+Green+Blue) = 206+154+139=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9A8B is #316574. Grayscale: #A7A7A7. Windows color (decimal): -3237237 or 9149134. OLE color: 9149134.

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

Color convert

RGB206154139-
CMYK00.250.330.19
HSL13.43º40.61%67.65%-
HSV(B)13.43º32.52%80.78%-
XYZ41.6738.129.58-
YUV167.84111.73155.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=41.28%
G=30.86%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615413900.250.330.1913.4340.6167.65
HexCE9A8B0192113d2944
Octal31623221303141231551104
Binary1100111010011010100010110110011000011001111011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9A8B; }

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

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

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

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

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

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

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

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