#C19183

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

Shades of Quicksand #C19183

Tints of Quicksand #C19183

Color information

#C19183 (or 0xC19183) is unknown color: approx Quicksand. HEX triplet: C1, 91 and 83. RGB value is (193,145,131). Sum of RGB (Red+Green+Blue) = 193+145+131=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C19183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19183 is #3E6E7C. Grayscale: #9D9D9D. Windows color (decimal): -4091517 or 8622529. OLE color: 8622529.

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

Color convert

RGB193145131-
CMYK00.250.320.24
HSL13.55º33.33%63.53%-
HSV(B)13.55º32.12%75.69%-
XYZ36.2133.2325.98-
YUV157.76112.9153.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=41.15%
G=30.92%
B=27.93%

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
Decimal19314513100.250.320.2413.5533.3363.53
HexC191830192018e2140
Octal30122120303140301641100
Binary1100000110010001100000110110011000001100011101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19183; }

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

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

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

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

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

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

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

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