#C19485

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

Shades of Quicksand #C19485

Tints of Quicksand #C19485

Color information

#C19485 (or 0xC19485) is unknown color: approx Quicksand. HEX triplet: C1, 94 and 85. RGB value is (193,148,133). Sum of RGB (Red+Green+Blue) = 193+148+133=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C19485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19485 is #3E6B7A. Grayscale: #9F9F9F. Windows color (decimal): -4090747 or 8754369. OLE color: 8754369.

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

Color convert

RGB193148133-
CMYK00.230.310.24
HSL15º32.61%63.92%-
HSV(B)15º31.09%75.69%-
XYZ36.8234.2126.85-
YUV159.74112.91151.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=40.72%
G=31.22%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314813300.230.310.241532.6163.92
HexC194850171F18f2140
Octal30122420502737301741100
Binary110000011001010010000101010111111111100011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19485; }

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

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

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

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

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

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

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

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