#C89F8B

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

Shades of Quicksand #C89F8B

Tints of Quicksand #C89F8B

Color information

#C89F8B (or 0xC89F8B) is unknown color: approx Quicksand. HEX triplet: C8, 9F and 8B. RGB value is (200,159,139). Sum of RGB (Red+Green+Blue) = 200+159+139=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F8B is #376074. Grayscale: #A9A9A9. Windows color (decimal): -3629173 or 9150408. OLE color: 9150408.

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

Color convert

RGB200159139-
CMYK00.200.300.22
HSL19.67º35.67%66.47%-
HSV(B)19.67º30.5%78.43%-
XYZ40.8838.9429.79-
YUV168.98111.08150.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=40.16%
G=31.93%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015913900.200.300.2219.6735.6766.47
HexC89F8B0141E16142442
Octal31023721302436262444102
Binary1100100010011111100010110101001111010110101001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89F8B; }

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

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

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

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

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

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

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

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