#CE9C8A

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

Shades of Quicksand #CE9C8A

Tints of Quicksand #CE9C8A

Color information

#CE9C8A (or 0xCE9C8A) is unknown color: approx Quicksand. HEX triplet: CE, 9C and 8A. RGB value is (206,156,138). Sum of RGB (Red+Green+Blue) = 206+156+138=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9C8A is #316375. Grayscale: #A9A9A9. Windows color (decimal): -3236726 or 9084110. OLE color: 9084110.

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

Color convert

RGB206156138-
CMYK00.240.330.19
HSL15.88º40.96%67.45%-
HSV(B)15.88º33.01%80.78%-
XYZ41.9338.7329.31-
YUV168.9110.56154.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=41.2%
G=31.2%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615613800.240.330.1915.8840.9667.45
HexCE9C8A0182113102943
Octal31623421203041232051103
Binary11001110100111001000101001100010000110011100001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9C8A; }

 p { color: rgb(206,156,138); }

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

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

 a { background-color: rgb(206,156,138); }

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

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

 span { border-color: rgb(206,156,138); }

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