#C89B8E

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

Shades of Quicksand #C89B8E

Tints of Quicksand #C89B8E

Color information

#C89B8E (or 0xC89B8E) is unknown color: approx Quicksand. HEX triplet: C8, 9B and 8E. RGB value is (200,155,142). Sum of RGB (Red+Green+Blue) = 200+155+142=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89B8E is #376471. Grayscale: #A7A7A7. Windows color (decimal): -3630194 or 9345992. OLE color: 9345992.

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

Color convert

RGB200155142-
CMYK00.220.290.22
HSL13.45º34.52%67.06%-
HSV(B)13.45º29%78.43%-
XYZ40.4237.6830.73-
YUV166.97113.91151.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 155 (60.94% from 255) = 31.19%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=40.24%
G=31.19%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015514200.220.290.2213.4534.5267.06
HexC89B8E0161D16d2343
Octal31023321602635261543103
Binary110010001001101110001110010110111011011011011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89B8E; }

 p { color: rgb(200,155,142); }

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

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

 a { background-color: rgb(200,155,142); }

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

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

 span { border-color: rgb(200,155,142); }

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