#C19C8D

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

Shades of Quicksand #C19C8D

Tints of Quicksand #C19C8D

Color information

#C19C8D (or 0xC19C8D) is unknown color: approx Quicksand. HEX triplet: C1, 9C and 8D. RGB value is (193,156,141). Sum of RGB (Red+Green+Blue) = 193+156+141=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19C8D is #3E6372. Grayscale: #A5A5A5. Windows color (decimal): -4088691 or 9280705. OLE color: 9280705.

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

Color convert

RGB193156141-
CMYK00.190.270.24
HSL17.31º29.55%65.49%-
HSV(B)17.31º26.94%75.69%-
XYZ38.6937.0430.31-
YUV165.35114.26147.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.39%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=39.39%
G=31.84%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315614100.190.270.2417.3129.5565.49
HexC19C8D0131B18111e41
Octal30123421502333302136101
Binary110000011001110010001101010011110111100010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19C8D; }

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

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

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

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

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

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

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

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