#C89B8B

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

Shades of Quicksand #C89B8B

Tints of Quicksand #C89B8B

Color information

#C89B8B (or 0xC89B8B) is unknown color: approx Quicksand. HEX triplet: C8, 9B and 8B. RGB value is (200,155,139). Sum of RGB (Red+Green+Blue) = 200+155+139=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89B8B is #376474. Grayscale: #A6A6A6. Windows color (decimal): -3630197 or 9149384. OLE color: 9149384.

HSL color Cylindrical-coordinate representation of color #C89B8B: hue angle of 15.74º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C89B8B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB200155139-
CMYK00.220.300.22
HSL15.74º35.67%66.47%-
HSV(B)15.74º30.5%78.43%-
XYZ40.237.5929.56-
YUV166.63112.41151.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=40.49%
G=31.38%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015513900.220.300.2215.7435.6766.47
HexC89B8B0161E16102442
Octal31023321302636262044102
Binary1100100010011011100010110101101111010110100001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89B8B; }

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

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

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

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

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

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

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

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