#C89984

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

Shades of Quicksand #C89984

Tints of Quicksand #C89984

Color information

#C89984 (or 0xC89984) is unknown color: approx Quicksand. HEX triplet: C8, 99 and 84. RGB value is (200,153,132). Sum of RGB (Red+Green+Blue) = 200+153+132=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C89984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89984 is #37667B. Grayscale: #A4A4A4. Windows color (decimal): -3630716 or 8690120. OLE color: 8690120.

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

Color convert

RGB200153132-
CMYK00.240.340.22
HSL18.53º38.2%65.1%-
HSV(B)18.53º34%78.43%-
XYZ39.3836.7326.84-
YUV164.66109.57153.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=41.24%
G=31.55%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015313200.240.340.2218.5338.265.1
HexC899840182216132641
Octal31023120403042262346101
Binary11001000100110011000010001100010001010110100111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89984; }

 p { color: rgb(200,153,132); }

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

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

 a { background-color: rgb(200,153,132); }

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

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

 span { border-color: rgb(200,153,132); }

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