#C89381

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

Shades of Quicksand #C89381

Tints of Quicksand #C89381

Color information

#C89381 (or 0xC89381) is unknown color: approx Quicksand. HEX triplet: C8, 93 and 81. RGB value is (200,147,129). Sum of RGB (Red+Green+Blue) = 200+147+129=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C89381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89381 is #376C7E. Grayscale: #A0A0A0. Windows color (decimal): -3632255 or 8491976. OLE color: 8491976.

HSL color Cylindrical-coordinate representation of color #C89381: hue angle of 15.21º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C89381 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200147129-
CMYK00.260.360.22
HSL15.21º39.23%64.51%-
HSV(B)15.21º35.5%78.43%-
XYZ38.2234.7325.46-
YUV160.79110.06155.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=42.02%
G=30.88%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014712900.260.360.2215.2139.2364.51
HexC8938101A2416f2741
Octal31022320103244261747101
Binary1100100010010011100000010110101001001011011111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89381; }

 p { color: rgb(200,147,129); }

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

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

 a { background-color: rgb(200,147,129); }

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

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

 span { border-color: rgb(200,147,129); }

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