#C99386

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

Shades of Quicksand #C99386

Tints of Quicksand #C99386

Color information

#C99386 (or 0xC99386) is unknown color: approx Quicksand. HEX triplet: C9, 93 and 86. RGB value is (201,147,134). Sum of RGB (Red+Green+Blue) = 201+147+134=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C99386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99386 is #366C79. Grayscale: #A1A1A1. Windows color (decimal): -3566714 or 8819657. OLE color: 8819657.

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

Color convert

RGB201147134-
CMYK00.270.330.21
HSL11.64º38.29%65.69%-
HSV(B)11.64º33.33%78.82%-
XYZ38.8235.0127.26-
YUV161.66112.39156.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=41.70%
G=30.50%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114713400.270.330.2111.6438.2965.69
HexC9938601B2115c2642
Octal31122320603341251446102
Binary1100100110010011100001100110111000011010111001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99386; }

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

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

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

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

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

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

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

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