#ce9483

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

Shades of Quicksand #CE9483

Tints of Quicksand #CE9483

Color information

#CE9483 (or 0xCE9483) is unknown color: approx Quicksand. HEX triplet: CE, 94 and 83. RGB value is (206,148,131). Sum of RGB (Red+Green+Blue) = 206+148+131=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9483 is #316B7C. Grayscale: #A3A3A3. Windows color (decimal): -3238781 or 8623310. OLE color: 8623310.

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

Color convert

RGB206148131-
CMYK00.280.360.19
HSL13.6º43.35%66.08%-
HSV(B)13.6º36.41%80.78%-
XYZ40.1435.9426.29-
YUV163.4109.72158.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 131 (51.56% from 255) = 27.01%
R=42.47%
G=30.52%
B=27.01%

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
Decimal20614813100.280.360.1913.643.3566.08
HexCE948301C2413e2b42
Octal31622420303444231653102
Binary1100111010010100100000110111001001001001111101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce9483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce9483; }

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

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

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

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

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

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

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

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