#CE9484

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

Shades of Quicksand #CE9484

Tints of Quicksand #CE9484

Color information

#CE9484 (or 0xCE9484) is unknown color: approx Quicksand. HEX triplet: CE, 94 and 84. RGB value is (206,148,132). Sum of RGB (Red+Green+Blue) = 206+148+132=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9484 is #316B7B. Grayscale: #A3A3A3. Windows color (decimal): -3238780 or 8688846. OLE color: 8688846.

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

Color convert

RGB206148132-
CMYK00.280.360.19
HSL12.97º43.02%66.27%-
HSV(B)12.97º35.92%80.78%-
XYZ40.2135.9726.65-
YUV163.52110.22158.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.39%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=42.39%
G=30.45%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614813200.280.360.1912.9743.0266.27
HexCE948401C2413d2b42
Octal31622420403444231553102
Binary1100111010010100100001000111001001001001111011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9484; }

 p { color: rgb(206,148,132); }

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

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

 a { background-color: rgb(206,148,132); }

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

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

 span { border-color: rgb(206,148,132); }

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