#C19584

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

Shades of Quicksand #C19584

Tints of Quicksand #C19584

Color information

#C19584 (or 0xC19584) is unknown color: approx Quicksand. HEX triplet: C1, 95 and 84. RGB value is (193,149,132). Sum of RGB (Red+Green+Blue) = 193+149+132=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C19584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19584 is #3E6A7B. Grayscale: #A0A0A0. Windows color (decimal): -4090492 or 8689089. OLE color: 8689089.

HSL color Cylindrical-coordinate representation of color #C19584: hue angle of 16.72º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C19584 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB193149132-
CMYK00.230.320.24
HSL16.72º32.97%63.73%-
HSV(B)16.72º31.61%75.69%-
XYZ36.934.526.54-
YUV160.22112.08151.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=40.72%
G=31.43%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314913200.230.320.2416.7232.9763.73
HexC195840172018112140
Octal30122520402740302141100
Binary11000001100101011000010001011110000011000100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19584; }

 p { color: rgb(193,149,132); }

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

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

 a { background-color: rgb(193,149,132); }

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

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

 span { border-color: rgb(193,149,132); }

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