#CE978D

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

Shades of Quicksand #CE978D

Tints of Quicksand #CE978D

Color information

#CE978D (or 0xCE978D) is unknown color: approx Quicksand. HEX triplet: CE, 97 and 8D. RGB value is (206,151,141). Sum of RGB (Red+Green+Blue) = 206+151+141=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE978D is #316872. Grayscale: #A6A6A6. Windows color (decimal): -3238003 or 9279438. OLE color: 9279438.

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

Color convert

RGB206151141-
CMYK00.270.320.19
HSL9.23º39.88%68.04%-
HSV(B)9.23º31.55%80.78%-
XYZ41.3337.1830.2-
YUV166.3113.72156.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=41.37%
G=30.32%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615114100.270.320.199.2339.8868.04
HexCE978D01B201392844
Octal31622721503340231150104
Binary1100111010010111100011010110111000001001110011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE978D; }

 p { color: rgb(206,151,141); }

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

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

 a { background-color: rgb(206,151,141); }

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

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

 span { border-color: rgb(206,151,141); }

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