#C99884

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

Shades of Quicksand #C99884

Tints of Quicksand #C99884

Color information

#C99884 (or 0xC99884) is unknown color: approx Quicksand. HEX triplet: C9, 98 and 84. RGB value is (201,152,132). Sum of RGB (Red+Green+Blue) = 201+152+132=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C99884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99884 is #36677B. Grayscale: #A4A4A4. Windows color (decimal): -3565436 or 8689865. OLE color: 8689865.

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

Color convert

RGB201152132-
CMYK00.240.340.21
HSL17.39º38.98%65.29%-
HSV(B)17.39º34.33%78.82%-
XYZ39.4836.5426.8-
YUV164.37109.73154.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=41.44%
G=31.34%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115213200.240.340.2117.3938.9865.29
HexC998840182215112741
Octal31123020403042252147101
Binary11001001100110001000010001100010001010101100011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99884; }

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

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

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

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

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

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

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

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