#C89786

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

Shades of Quicksand #C89786

Tints of Quicksand #C89786

Color information

#C89786 (or 0xC89786) is unknown color: approx Quicksand. HEX triplet: C8, 97 and 86. RGB value is (200,151,134). Sum of RGB (Red+Green+Blue) = 200+151+134=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C89786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89786 is #376879. Grayscale: #A3A3A3. Windows color (decimal): -3631226 or 8820680. OLE color: 8820680.

HSL color Cylindrical-coordinate representation of color #C89786: hue angle of 15.45º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C89786 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB200151134-
CMYK00.240.330.22
HSL15.45º37.5%65.49%-
HSV(B)15.45º33%78.43%-
XYZ39.1936.1327.46-
YUV163.71111.23153.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=41.24%
G=31.13%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015113400.240.330.2215.4537.565.49
HexC897860182116f2641
Octal31022720603041261746101
Binary1100100010010111100001100110001000011011011111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89786; }

 p { color: rgb(200,151,134); }

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

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

 a { background-color: rgb(200,151,134); }

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

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

 span { border-color: rgb(200,151,134); }

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