#C19481

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

Shades of Quicksand #C19481

Tints of Quicksand #C19481

Color information

#C19481 (or 0xC19481) is unknown color: approx Quicksand. HEX triplet: C1, 94 and 81. RGB value is (193,148,129). Sum of RGB (Red+Green+Blue) = 193+148+129=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C19481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19481 is #3E6B7E. Grayscale: #9F9F9F. Windows color (decimal): -4090751 or 8492225. OLE color: 8492225.

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

Color convert

RGB193148129-
CMYK00.230.330.24
HSL17.81º34.04%63.14%-
HSV(B)17.81º33.16%75.69%-
XYZ36.5434.125.43-
YUV159.29110.91152.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 148 (58.20% from 255) = 31.49%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=41.06%
G=31.49%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314812900.230.330.2417.8134.0463.14
HexC19481017211812223f
Octal3012242010274130224277
Binary1100000110010100100000010101111000011100010010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19481; }

 p { color: rgb(193,148,129); }

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

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

 a { background-color: rgb(193,148,129); }

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

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

 span { border-color: rgb(193,148,129); }

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