#C19180

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

Shades of Quicksand #C19180

Tints of Quicksand #C19180

Color information

#C19180 (or 0xC19180) is unknown color: approx Quicksand. HEX triplet: C1, 91 and 80. RGB value is (193,145,128). Sum of RGB (Red+Green+Blue) = 193+145+128=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C19180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19180 is #3E6E7F. Grayscale: #9D9D9D. Windows color (decimal): -4091520 or 8425921. OLE color: 8425921.

HSL color Cylindrical-coordinate representation of color #C19180: hue angle of 15.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C19180 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB193145128-
CMYK00.250.340.24
HSL15.69º34.39%62.94%-
HSV(B)15.69º33.68%75.69%-
XYZ36.0133.1524.92-
YUV157.41111.4153.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=41.42%
G=31.12%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314512800.250.340.2415.6934.3962.94
HexC19180019221810223f
Octal3012212000314230204277
Binary1100000110010001100000000110011000101100010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19180; }

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

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

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

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

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

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

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

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