#C89989

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

Shades of Quicksand #C89989

Tints of Quicksand #C89989

Color information

#C89989 (or 0xC89989) is unknown color: approx Quicksand. HEX triplet: C8, 99 and 89. RGB value is (200,153,137). Sum of RGB (Red+Green+Blue) = 200+153+137=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C89989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89989 is #376676. Grayscale: #A5A5A5. Windows color (decimal): -3630711 or 9017800. OLE color: 9017800.

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

Color convert

RGB200153137-
CMYK00.240.320.22
HSL15.24º36.42%66.08%-
HSV(B)15.24º31.5%78.43%-
XYZ39.7336.8728.69-
YUV165.23112.07152.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 137 (53.91% from 255) = 27.96%
R=40.82%
G=31.22%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015313700.240.320.2215.2436.4266.08
HexC899890182016f2442
Octal31023121103040261744102
Binary1100100010011001100010010110001000001011011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89989; }

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

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

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

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

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

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

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

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