#C19184

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

Shades of Quicksand #C19184

Tints of Quicksand #C19184

Color information

#C19184 (or 0xC19184) is unknown color: approx Quicksand. HEX triplet: C1, 91 and 84. RGB value is (193,145,132). Sum of RGB (Red+Green+Blue) = 193+145+132=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C19184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19184 is #3E6E7B. Grayscale: #9D9D9D. Windows color (decimal): -4091516 or 8688065. OLE color: 8688065.

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

Color convert

RGB193145132-
CMYK00.250.320.24
HSL12.79º32.97%63.73%-
HSV(B)12.79º31.61%75.69%-
XYZ36.2833.2526.34-
YUV157.87113.4153.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=41.06%
G=30.85%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314513200.250.320.2412.7932.9763.73
HexC191840192018d2140
Octal30122120403140301541100
Binary1100000110010001100001000110011000001100011011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19184; }

 p { color: rgb(193,145,132); }

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

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

 a { background-color: rgb(193,145,132); }

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

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

 span { border-color: rgb(193,145,132); }

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