#CE978A

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

Shades of Quicksand #CE978A

Tints of Quicksand #CE978A

Color information

#CE978A (or 0xCE978A) is unknown color: approx Quicksand. HEX triplet: CE, 97 and 8A. RGB value is (206,151,138). Sum of RGB (Red+Green+Blue) = 206+151+138=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE978A is #316875. Grayscale: #A6A6A6. Windows color (decimal): -3238006 or 9082830. OLE color: 9082830.

HSL color Cylindrical-coordinate representation of color #CE978A: hue angle of 11.47º 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 #CE978A is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206151138-
CMYK00.270.330.19
HSL11.47º40.96%67.45%-
HSV(B)11.47º33.01%80.78%-
XYZ41.1137.0929.04-
YUV165.96112.22156.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=41.62%
G=30.51%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615113800.270.330.1911.4740.9667.45
HexCE978A01B2113b2943
Octal31622721203341231351103
Binary1100111010010111100010100110111000011001110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE978A; }

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

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

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

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

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

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

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

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