#C99A87

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

Shades of Quicksand #C99A87

Tints of Quicksand #C99A87

Color information

#C99A87 (or 0xC99A87) is unknown color: approx Quicksand. HEX triplet: C9, 9A and 87. RGB value is (201,154,135). Sum of RGB (Red+Green+Blue) = 201+154+135=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A87 is #366578. Grayscale: #A6A6A6. Windows color (decimal): -3564921 or 8886985. OLE color: 8886985.

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

Color convert

RGB201154135-
CMYK00.230.330.21
HSL17.27º37.93%65.88%-
HSV(B)17.27º32.84%78.82%-
XYZ40.0237.2828.01-
YUV165.89110.57153.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=41.02%
G=31.43%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115413500.230.330.2117.2737.9365.88
HexC99A870172115112642
Octal31123220702741252146102
Binary11001001100110101000011101011110000110101100011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A87; }

 p { color: rgb(201,154,135); }

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

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

 a { background-color: rgb(201,154,135); }

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

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

 span { border-color: rgb(201,154,135); }

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