#C99988

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

Shades of Quicksand #C99988

Tints of Quicksand #C99988

Color information

#C99988 (or 0xC99988) is unknown color: approx Quicksand. HEX triplet: C9, 99 and 88. RGB value is (201,153,136). Sum of RGB (Red+Green+Blue) = 201+153+136=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C99988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99988 is #366677. Grayscale: #A5A5A5. Windows color (decimal): -3565176 or 8952265. OLE color: 8952265.

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

Color convert

RGB201153136-
CMYK00.240.320.21
HSL15.69º37.57%66.08%-
HSV(B)15.69º32.34%78.82%-
XYZ39.9236.9828.33-
YUV165.41111.4153.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=41.02%
G=31.22%
B=27.76%

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
Decimal20115313600.240.320.2115.6937.5766.08
HexC999880182015102642
Octal31123121003040252046102
Binary11001001100110011000100001100010000010101100001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99988; }

 p { color: rgb(201,153,136); }

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

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

 a { background-color: rgb(201,153,136); }

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

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

 span { border-color: rgb(201,153,136); }

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