#C99388

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

Shades of Quicksand #C99388

Tints of Quicksand #C99388

Color information

#C99388 (or 0xC99388) is unknown color: approx Quicksand. HEX triplet: C9, 93 and 88. RGB value is (201,147,136). Sum of RGB (Red+Green+Blue) = 201+147+136=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C99388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99388 is #366C77. Grayscale: #A1A1A1. Windows color (decimal): -3566712 or 8950729. OLE color: 8950729.

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

Color convert

RGB201147136-
CMYK00.270.320.21
HSL10.15º37.57%66.08%-
HSV(B)10.15º32.34%78.82%-
XYZ38.9735.0628.01-
YUV161.89113.39155.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.53%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 136 (53.52% from 255) = 28.10%
R=41.53%
G=30.37%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114713600.270.320.2110.1537.5766.08
HexC9938801B2015a2642
Octal31122321003340251246102
Binary1100100110010011100010000110111000001010110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99388; }

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

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

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

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

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

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

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

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