#C19383

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

Shades of Quicksand #C19383

Tints of Quicksand #C19383

Color information

#C19383 (or 0xC19383) is unknown color: approx Quicksand. HEX triplet: C1, 93 and 83. RGB value is (193,147,131). Sum of RGB (Red+Green+Blue) = 193+147+131=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C19383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19383 is #3E6C7C. Grayscale: #9F9F9F. Windows color (decimal): -4091005 or 8623041. OLE color: 8623041.

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

Color convert

RGB193147131-
CMYK00.240.320.24
HSL15.48º33.33%63.53%-
HSV(B)15.48º32.12%75.69%-
XYZ36.5233.8426.08-
YUV158.93112.24152.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=40.98%
G=31.21%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314713100.240.320.2415.4833.3363.53
HexC193830182018f2140
Octal30122320303040301741100
Binary1100000110010011100000110110001000001100011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19383; }

 p { color: rgb(193,147,131); }

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

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

 a { background-color: rgb(193,147,131); }

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

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

 span { border-color: rgb(193,147,131); }

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