#C59384

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

Shades of Quicksand #C59384

Tints of Quicksand #C59384

Color information

#C59384 (or 0xC59384) is unknown color: approx Quicksand. HEX triplet: C5, 93 and 84. RGB value is (197,147,132). Sum of RGB (Red+Green+Blue) = 197+147+132=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C59384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59384 is #3A6C7B. Grayscale: #A0A0A0. Windows color (decimal): -3828860 or 8688581. OLE color: 8688581.

HSL color Cylindrical-coordinate representation of color #C59384: hue angle of 13.85º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C59384 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB197147132-
CMYK00.250.330.23
HSL13.85º35.91%64.51%-
HSV(B)13.85º32.99%77.25%-
XYZ37.6234.426.49-
YUV160.24112.06154.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.39%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=41.39%
G=30.88%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714713200.250.330.2313.8535.9164.51
HexC593840192117e2441
Octal30522320403141271644101
Binary1100010110010011100001000110011000011011111101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59384; }

 p { color: rgb(197,147,132); }

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

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

 a { background-color: rgb(197,147,132); }

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

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

 span { border-color: rgb(197,147,132); }

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