#C19F8D

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

Shades of Quicksand #C19F8D

Tints of Quicksand #C19F8D

Color information

#C19F8D (or 0xC19F8D) is unknown color: approx Quicksand. HEX triplet: C1, 9F and 8D. RGB value is (193,159,141). Sum of RGB (Red+Green+Blue) = 193+159+141=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19F8D is #3E6072. Grayscale: #A7A7A7. Windows color (decimal): -4087923 or 9281473. OLE color: 9281473.

HSL color Cylindrical-coordinate representation of color #C19F8D: hue angle of 20.77º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C19F8D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB193159141-
CMYK00.180.270.24
HSL20.77º29.55%65.49%-
HSV(B)20.77º26.94%75.69%-
XYZ39.238.0630.48-
YUV167.11113.26146.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=39.15%
G=32.25%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315914100.180.270.2420.7729.5565.49
HexC19F8D0121B18151e41
Octal30123721502233302536101
Binary110000011001111110001101010010110111100010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19F8D; }

 p { color: rgb(193,159,141); }

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

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

 a { background-color: rgb(193,159,141); }

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

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

 span { border-color: rgb(193,159,141); }

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