#C9988D

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

Shades of Quicksand #C9988D

Tints of Quicksand #C9988D

Color information

#C9988D (or 0xC9988D) is unknown color: approx Quicksand. HEX triplet: C9, 98 and 8D. RGB value is (201,152,141). Sum of RGB (Red+Green+Blue) = 201+152+141=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9988D is #366772. Grayscale: #A5A5A5. Windows color (decimal): -3565427 or 9279689. OLE color: 9279689.

HSL color Cylindrical-coordinate representation of color #C9988D: hue angle of 11º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9988D is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201152141-
CMYK00.240.300.21
HSL11º35.71%67.06%-
HSV(B)11º29.85%78.82%-
XYZ40.1236.830.19-
YUV165.4114.23153.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.69%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=40.69%
G=30.77%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115214100.240.300.211135.7167.06
HexC9988D0181E15b2443
Octal31123021503036251344103
Binary110010011001100010001101011000111101010110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9988D; }

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

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

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

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

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

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

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

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