#C59080

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

Shades of Quicksand #C59080

Tints of Quicksand #C59080

Color information

#C59080 (or 0xC59080) is unknown color: approx Quicksand. HEX triplet: C5, 90 and 80. RGB value is (197,144,128). Sum of RGB (Red+Green+Blue) = 197+144+128=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C59080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59080 is #3A6F7F. Grayscale: #9E9E9E. Windows color (decimal): -3829632 or 8425669. OLE color: 8425669.

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

Color convert

RGB197144128-
CMYK00.270.350.23
HSL13.91º37.3%63.73%-
HSV(B)13.91º35.03%77.25%-
XYZ36.933.3824.92-
YUV158.02111.06155.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=42.00%
G=30.70%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714412800.270.350.2313.9137.363.73
HexC5908001B2317e2540
Octal30522020003343271645100
Binary1100010110010000100000000110111000111011111101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59080; }

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

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

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

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

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

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

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

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