#C99385

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

Shades of Quicksand #C99385

Tints of Quicksand #C99385

Color information

#C99385 (or 0xC99385) is unknown color: approx Quicksand. HEX triplet: C9, 93 and 85. RGB value is (201,147,133). Sum of RGB (Red+Green+Blue) = 201+147+133=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C99385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99385 is #366C7A. Grayscale: #A1A1A1. Windows color (decimal): -3566715 or 8754121. OLE color: 8754121.

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

Color convert

RGB201147133-
CMYK00.270.340.21
HSL12.35º38.64%65.49%-
HSV(B)12.35º33.83%78.82%-
XYZ38.7534.9826.9-
YUV161.55111.89156.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.79%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 133 (52.34% from 255) = 27.65%
R=41.79%
G=30.56%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114713300.270.340.2112.3538.6465.49
HexC9938501B2215c2741
Octal31122320503342251447101
Binary1100100110010011100001010110111000101010111001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99385; }

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

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

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

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

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

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

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

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