#C99889

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

Shades of Quicksand #C99889

Tints of Quicksand #C99889

Color information

#C99889 (or 0xC99889) is unknown color: approx Quicksand. HEX triplet: C9, 98 and 89. RGB value is (201,152,137). Sum of RGB (Red+Green+Blue) = 201+152+137=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C99889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99889 is #366776. Grayscale: #A5A5A5. Windows color (decimal): -3565431 or 9017545. OLE color: 9017545.

HSL color Cylindrical-coordinate representation of color #C99889: hue angle of 14.06º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C99889 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB201152137-
CMYK00.240.320.21
HSL14.06º37.21%66.27%-
HSV(B)14.06º31.84%78.82%-
XYZ39.8336.6828.65-
YUV164.94112.23153.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 137 (53.91% from 255) = 27.96%
R=41.02%
G=31.02%
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.21
SystemRedGreenBlueCMYKHSL
Decimal20115213700.240.320.2114.0637.2166.27
HexC998890182015e2542
Octal31123021103040251645102
Binary1100100110011000100010010110001000001010111101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99889; }

 p { color: rgb(201,152,137); }

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

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

 a { background-color: rgb(201,152,137); }

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

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

 span { border-color: rgb(201,152,137); }

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