#C89489

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

Shades of Quicksand #C89489

Tints of Quicksand #C89489

Color information

#C89489 (or 0xC89489) is unknown color: approx Quicksand. HEX triplet: C8, 94 and 89. RGB value is (200,148,137). Sum of RGB (Red+Green+Blue) = 200+148+137=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C89489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89489 is #376B76. Grayscale: #A2A2A2. Windows color (decimal): -3631991 or 9016520. OLE color: 9016520.

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

Color convert

RGB200148137-
CMYK00.260.320.22
HSL10.48º36.42%66.08%-
HSV(B)10.48º31.5%78.43%-
XYZ38.9235.2728.42-
YUV162.29113.73154.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=41.24%
G=30.52%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014813700.260.320.2210.4836.4266.08
HexC8948901A2016a2442
Octal31022421103240261244102
Binary1100100010010100100010010110101000001011010101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89489; }

 p { color: rgb(200,148,137); }

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

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

 a { background-color: rgb(200,148,137); }

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

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

 span { border-color: rgb(200,148,137); }

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