#C99485

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

Shades of Quicksand #C99485

Tints of Quicksand #C99485

Color information

#C99485 (or 0xC99485) is unknown color: approx Quicksand. HEX triplet: C9, 94 and 85. RGB value is (201,148,133). Sum of RGB (Red+Green+Blue) = 201+148+133=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C99485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99485 is #366B7A. Grayscale: #A2A2A2. Windows color (decimal): -3566459 or 8754377. OLE color: 8754377.

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

Color convert

RGB201148133-
CMYK00.260.340.21
HSL13.24º38.64%65.49%-
HSV(B)13.24º33.83%78.82%-
XYZ38.9135.2926.95-
YUV162.14111.56155.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=41.70%
G=30.71%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114813300.260.340.2113.2438.6465.49
HexC9948501A2215d2741
Octal31122420503242251547101
Binary1100100110010100100001010110101000101010111011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99485; }

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

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

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

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

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

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

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

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