#C89281

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

Shades of Quicksand #C89281

Tints of Quicksand #C89281

Color information

#C89281 (or 0xC89281) is unknown color: approx Quicksand. HEX triplet: C8, 92 and 81. RGB value is (200,146,129). Sum of RGB (Red+Green+Blue) = 200+146+129=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C89281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89281 is #376D7E. Grayscale: #A0A0A0. Windows color (decimal): -3632511 or 8491720. OLE color: 8491720.

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

Color convert

RGB200146129-
CMYK00.270.360.22
HSL14.37º39.23%64.51%-
HSV(B)14.37º35.5%78.43%-
XYZ38.0634.4225.41-
YUV160.21110.39156.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=42.11%
G=30.74%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014612900.270.360.2214.3739.2364.51
HexC8928101B2416e2741
Octal31022220103344261647101
Binary1100100010010010100000010110111001001011011101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89281; }

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

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

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

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

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

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

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

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