#CE958A

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

Shades of Quicksand #CE958A

Tints of Quicksand #CE958A

Color information

#CE958A (or 0xCE958A) is unknown color: approx Quicksand. HEX triplet: CE, 95 and 8A. RGB value is (206,149,138). Sum of RGB (Red+Green+Blue) = 206+149+138=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE958A is #316A75. Grayscale: #A4A4A4. Windows color (decimal): -3238518 or 9082318. OLE color: 9082318.

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

Color convert

RGB206149138-
CMYK00.280.330.19
HSL9.71º40.96%67.45%-
HSV(B)9.71º33.01%80.78%-
XYZ40.7936.4528.93-
YUV164.79112.88157.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=41.78%
G=30.22%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614913800.280.330.199.7140.9667.45
HexCE958A01C2113a2943
Octal31622521203441231251103
Binary1100111010010101100010100111001000011001110101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE958A; }

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

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

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

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

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

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

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

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