#C59180

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

Shades of Quicksand #C59180

Tints of Quicksand #C59180

Color information

#C59180 (or 0xC59180) is unknown color: approx Quicksand. HEX triplet: C5, 91 and 80. RGB value is (197,145,128). Sum of RGB (Red+Green+Blue) = 197+145+128=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C59180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59180 is #3A6E7F. Grayscale: #9E9E9E. Windows color (decimal): -3829376 or 8425925. OLE color: 8425925.

HSL color Cylindrical-coordinate representation of color #C59180: hue angle of 14.78º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C59180 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB197145128-
CMYK00.260.350.23
HSL14.78º37.3%63.73%-
HSV(B)14.78º35.03%77.25%-
XYZ37.0533.6824.97-
YUV158.61110.73155.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=41.91%
G=30.85%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714512800.260.350.2314.7837.363.73
HexC5918001A2317f2540
Octal30522120003243271745100
Binary1100010110010001100000000110101000111011111111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59180; }

 p { color: rgb(197,145,128); }

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

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

 a { background-color: rgb(197,145,128); }

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

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

 span { border-color: rgb(197,145,128); }

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