#C89A8B

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

Shades of Quicksand #C89A8B

Tints of Quicksand #C89A8B

Color information

#C89A8B (or 0xC89A8B) is unknown color: approx Quicksand. HEX triplet: C8, 9A and 8B. RGB value is (200,154,139). Sum of RGB (Red+Green+Blue) = 200+154+139=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89A8B is #376574. Grayscale: #A6A6A6. Windows color (decimal): -3630453 or 9149128. OLE color: 9149128.

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

Color convert

RGB200154139-
CMYK00.230.300.22
HSL14.75º35.67%66.47%-
HSV(B)14.75º30.5%78.43%-
XYZ40.0437.2529.51-
YUV166.04112.74152.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=40.57%
G=31.24%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015413900.230.300.2214.7535.6766.47
HexC89A8B0171E16f2442
Octal31023221302736261744102
Binary110010001001101010001011010111111101011011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89A8B; }

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

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

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

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

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

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

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

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