#C89C86

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

Shades of Quicksand #C89C86

Tints of Quicksand #C89C86

Color information

#C89C86 (or 0xC89C86) is unknown color: approx Quicksand. HEX triplet: C8, 9C and 86. RGB value is (200,156,134). Sum of RGB (Red+Green+Blue) = 200+156+134=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89C86 is #376379. Grayscale: #A6A6A6. Windows color (decimal): -3629946 or 8821960. OLE color: 8821960.

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

Color convert

RGB200156134-
CMYK00.220.330.22
HSL20º37.5%65.49%-
HSV(B)20º33%78.43%-
XYZ40.0137.7827.74-
YUV166.65109.58151.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=40.82%
G=31.84%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015613400.220.330.222037.565.49
HexC89C860162116142641
Octal31023420602641262446101
Binary11001000100111001000011001011010000110110101001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89C86; }

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

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

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

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

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

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

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

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